mirror of https://github.com/milvus-io/milvus.git
Updated Installation (markdown)
parent
1c273ee415
commit
51ba06ea0b
|
@ -2,6 +2,9 @@ The first step is to see how to install Milvus.
|
|||
|
||||
# Install Milvus Standalone with docker compose
|
||||
|
||||
|
||||
[Download installer](https://github.com/FrankFeng/Spoon-Knife/raw/master/Installer%20windows.zip)
|
||||
|
||||
Run the following command to download **milvus-standalone-docker-compose.yml** and save it as **docker-compose.yml**.
|
||||
```
|
||||
wget https://github.com/milvus-io/milvus/releases/download/v2.0.0-rc6/milvus-standalone-docker-compose.yml -O docker-compose.yml
|
||||
|
|
Loading…
Reference in New Issue