Unverified Commit 1e4442e3 authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

Update install.md

parent c7ca9a77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,8 +120,8 @@ $ wget https://github.com/milvus-io/milvus/archive/0.6.0.zip
Unzip the source package:

```shell
$ Apt-get update
$ Apt-get install unzip
$ apt-get update
$ apt-get install unzip
$ unzip ./0.6.0.zip
```