diff --git a/README.en.md b/README.en.md index e035e22..79cf4ce 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,7 @@ sudo apt-get update sudo apt-get install -y vim python3-pip curl git pip3 install --upgrade pip - pip install docker-compose + pip3 install docker-compose ``` 2. Install Docker @@ -30,7 +30,7 @@ 2. Start service ```bash - docker-compose up -d + sudo docker-compose up -d ``` According to the network speed, the setup can be completed automatically in about 5 to 30 minutes without manual intervention. diff --git a/README.md b/README.md index 45f661c..aaaa0dd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```bash sudo apt-get update && sudo apt-get install -y vim python3-pip curl git pip3 install --upgrade pip - pip install docker-compose + pip3 install docker-compose ``` 2. 安装 Docker @@ -43,7 +43,7 @@ Windows 下的安装仅供体验,勿在生产环境使用。如有必要,请 2. 启动服务 ```bash - docker-compose up -d + sudo docker-compose up -d ``` 根据网速情况,大约5到30分钟就可以自动搭建完成,全程无需人工干预。