Closed dandv closed 10 years ago
The releases are in the releases tab, I need to update the instructions.
If you want to build from master, just run make
in the cloned directory before linking.
I see some ZIPs in the releases tab... BTW the install script is broken too.
If you have a github checkout, you need to run make
to create mongo_hacker.js
:
# Only create mongo_hacker.js
> make mongo_hacker.js
cat base.js config.js hacks/aggregation.js hacks/api.js hacks/auto_complete.js hacks/cmd_search.js hacks/color.js hacks/common.js hacks/find_and_modify.js hacks/helpers.js hacks/index_paranoia.js hacks/old_aggregation.js hacks/prompt.js hacks/sh_status.js hacks/show.js hacks/uuid.js hacks/verbose.js > mongo_hacker.js
# Symlink to your home directory (will fail if ~.mongorc.js already exists)
> make install
INSTALLATION
Linking MongoHacker to .mongorc.js in your home directory:
ln -s "/Users/stephen/src/github/mongo-hacker/mongo_hacker.js" ~/.mongorc.js
# Default: create mongo_hacker.js and try to install
> make
The instructions read like this:
But there's no longer a
mongo_hacker.js
in the repo.