diff --git a/README.md b/README.md index 05052f9045..aed607d758 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ $ cd /home/$USER/milvus/ $ ./scripts/install_deps.sh # Compile Milvus standalone. -$ make standalone +$ make milvus ``` diff --git a/README_CN.md b/README_CN.md index dcb711dbf1..c8e0d27340 100644 --- a/README_CN.md +++ b/README_CN.md @@ -105,7 +105,7 @@ $ cd /home/$USER/milvus/ $ ./scripts/install_deps.sh # Compile Milvus standalone. -$ make standalone +$ make milvus ```