From 2f22dec18be82d79b947d5597c9a9ee39a4afeec Mon Sep 17 00:00:00 2001 From: Pistachiout <63298680+Pistachiout@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:49:15 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ca781..84e4364 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,9 @@ sudo ./clean_docker.sh ``` 再开一个终端,按以下步骤启动Fabric浏览器 ```bash - -cd explorer +sudo -s +source /root/.bashrc +cd $GOPATH/src/education/explorer docker-compose -f docker-compose.yaml up -d ``` 使用docker-compose down -v关闭浏览器,Ctrl + C 停止Web服务