From 94e91007acbe45027427b4d28dd08f357696606a Mon Sep 17 00:00:00 2001 From: Christian Klaussner Date: Sun, 29 Dec 2019 18:19:19 +0100 Subject: [PATCH] Mention created archive in README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fefb1c3..50eb15d 100644 --- a/README.md +++ b/README.md @@ -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*`.