Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing cd command in the multicloud developer guide #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/guides/developer-guides/multi-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ docker-compose version 1.22.0, build 1719ceb
Download the source code:
```bash
mkdir -p /root/gopath/src/github.com/sodafoundation/
cd /root/gopath/src/github.com/sodafoundation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

git clone https://github.com/sodafoundation/multi-cloud.git
cd /root/gopath/src/github.com/sodafoundation/multi-cloud
```
Expand Down Expand Up @@ -108,4 +109,4 @@ ad7a85f51343 wurstmeister/zookeeper "/bin/sh -c '/usr/sb
0722d5174b8f pingcap/tidb:v2.1.16 "/tidb-server --stor…" 42 seconds ago Up 41 seconds 0.0.0.0:4000->4000/tcp, 0.0.0.0:10080->10080/tcp tidb
e03e03d88dcb sodafoundation/multi-cloud-block "/block" 42 seconds ago Up 40 seconds multi-cloud_block_1_7adafa5c5b8d
edc2036f5e1f redis "docker-entrypoint.s…" 42 seconds ago Up 41 seconds 0.0.0.0:6379->6379/tcp redis
```
```