Skip to content

Commit

Permalink
docs: fix (vesoft-inc#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nianiaJR authored and NicolaCage committed Jan 15, 2020
1 parent 312e63c commit b942674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## 启动
```shell
docker-compose up --quiet-pull
docker-compose pull && docker-compose up
```

## 停止/清除
Expand Down
2 changes: 1 addition & 1 deletion docs/REMADE-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## Start
```shell
docker-compose up --quiet-pull
docker-compose pull && docker-compose up
```

## Stop/Clear
Expand Down
2 changes: 1 addition & 1 deletion docs/nebula-graph-studio-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git clone https://github.com/vesoft-inc/nebula-web-docker

5. 文件修改完成后,输入 `:wq`,保存文件并退出。

6. 输入 `docker-compose up --quiet-pull` 启动 **Nebula Graph Studio** 服务。
6. 输入 `docker-compose pull && docker-compose up` 启动 **Nebula Graph Studio** 服务。

```bash
Creating docker_importer_1 ... done
Expand Down

0 comments on commit b942674

Please sign in to comment.