Skip to content

Commit ce5a4a3

Browse files
committed
Minor README Fix
1 parent 33e3852 commit ce5a4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ When Docker started the container you can go to http://localhost:8080/client and
142142
Once the login page is shown and you can login, you need to provision a simulated data-center:
143143

144144
```sh
145-
docker exec -it cloudstack-simulator python /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg
145+
docker exec -it simulator python /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg
146146
```
147147

148148
If you refresh the client or login again, you will now get passed the initial welcome screen and be able to go to your account details and retrieve the API key and secret. Export those together with the URL:
@@ -200,7 +200,7 @@ Check and ensure TF provider passes builds, GA and run this for local checks:
200200
goreleaser release --snapshot --clean
201201
```
202202

203-
Next, create a personalised Github token: https://github.com/settings/tokens/new?scopes=repo,write:packages
203+
Next, create a personalised Github token: https://github.com/settings/tokens/new?scopes=repo,write:packages
204204

205205
```
206206
export GITHUB_TOKEN="YOUR_GH_TOKEN"

0 commit comments

Comments
 (0)