Skip to content

Commit

Permalink
Mention created archive in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussner committed Dec 29, 2019
1 parent d7e09ed commit 94e9100
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ docker build -t mongodb-builder .

## Usage

The `run-builder.sh` script downloads the MongoDB source and builds `mongod` and `mongo`:
The `run-builder.sh` script downloads the MongoDB source, builds `mongod` and `mongo`, and creates an archive (`mongodb-linux-x86_64-*.tgz`):

```sh
./run-builder.sh
```

After the build is finished, the binaries can be found in `mongodb-src-r*`.

0 comments on commit 94e9100

Please sign in to comment.