diff --git a/README.en.md b/README.en.md index 63622c7..ff07892 100644 --- a/README.en.md +++ b/README.en.md @@ -111,19 +111,11 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python37\site-packages **✔Installation steps (Docker version)** -Method 1: directly pull the deployed image (not updated in time) - ```shell -docker pull tardis07/oneforall -docker run -it oneforall -``` - -Method 2: build from `Dockerfile` (same as git version) - -```shell -docker build -t oneforall . -docker run -it oneforall +docker pull shmilylty/oneforall +docker run -it --rm -v ~/results:/OneForAll/results oneforall ``` +output will be saved in`~/results` **✨Demonstration** diff --git a/README.md b/README.md index cfa9d76..a197fdf 100644 --- a/README.md +++ b/README.md @@ -110,17 +110,8 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python38\site-packages **✔安装步骤(docker 版)** -方法一:直接拉取部署好的镜像(更新不及时) - ```shell -docker pull tardis07/oneforall -docker run -it oneforall -``` - -方法二:从 `Dockerfile` 中构建(同git版) - -```shell -docker build -t oneforall . +docker pull shmilylty/oneforall docker run -it --rm -v ~/results:/OneForAll/results oneforall ``` 结果会输出在本地目录`~/results`