Fix typo in README
This commit is contained in:
parent
d68c0f3e75
commit
75ff44f3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ vagrant up
|
||||||
|
|
||||||
# open a shell inside the vm
|
# open a shell inside the vm
|
||||||
# for debugging purposes forward port 7200 (GraphDB) and 8080 (phpmyadmin)
|
# for debugging purposes forward port 7200 (GraphDB) and 8080 (phpmyadmin)
|
||||||
vagrant ssh -- -L 12
|
vagrant ssh -- -L 7200:127.0.0.1:7200 -L 8080:127.0.0.1:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue