Skip to content

Commit

Permalink
Update install options and include wget
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jul 5, 2018
1 parent 3348cb4 commit d7d43fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@

## Installation

`m` is a bash script which can be installed & updated via `npm` for convenience:

$ npm install -g m

or
or installed by cloning the GitHub repo and running `make install`:

$ git clone git://github.com/aheckmann/m.git && cd m && make install

or fetched via `wget` and copied to a location of your choice:

$ wget https://raw.githubusercontent.com/aheckmann/m/master/bin/m && chmod +x ./m

### Downloading MongoDB Binaries

Specify a MongoDB server version to try download a binary package (if available for your current O/S) or switch to a previously downloaded copy. After `m` successfully downloads or switches to a specified version of MongoDB, those binaries will become the default in the install path (typically `/usr/local/bin/`; see _Details_ below for more information).
Expand Down

0 comments on commit d7d43fd

Please sign in to comment.