diff --git a/README.md b/README.md index f91d2ae35af8ec74105c4f360a4ffda583ec2b8c..13e8b4ce90bb15a371878440a2d2779ed295d167 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ All documentation can be found in https://www.nosqlclient.com/docs To install latest stable release: -```docker pull mongoclient/mongoclient:2.2.0``` +```docker pull mongoclient/mongoclient:4.0.0``` Then you can run it as a daemon: @@ -43,14 +43,6 @@ To persist your connections and settings simply bind ```/data/db``` directory to ```docker run -d -p 3000:3000 -v :/data/db mongoclient/mongoclient``` -## Distributions - -* [Linux x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/linux-portable-x64.zip) -* [Windows x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/windows-portable-x64.zip) -* [OSx](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/osx-portable.zip) -* [More](https://nosqlclient.com/docs/start.html) - - ## History Please check [history](https://github.com/nosqlclient/nosqlclient/blob/master/HISTORY.MD) file for version information.