Skip to content

Commit

Permalink
Remove shell prompt from install examples so it doesn't get copied
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Oct 17, 2023
1 parent bb5d5a8 commit 65f4eb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Environments that should work include:

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

$ npm install -g m
npm install -g m

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

$ git clone https://github.com/aheckmann/m.git && cd m && make install
git clone https://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
wget https://raw.githubusercontent.com/aheckmann/m/master/bin/m && chmod +x ./m

### Downloading MongoDB Binaries

Expand Down

0 comments on commit 65f4eb8

Please sign in to comment.