Skip to content

Commit c0baf34

Browse files
committed
[doc] Improve documentation of prepare step
1 parent f21f137 commit c0baf34

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ You need to install following dependencies first:
1818
* NPM
1919

2020
### Prepare
21+
Download and install to [GOPATH](https://github.com/golang/go/wiki/GOPATH):
22+
```bash
23+
go get -u github.com/RoboCup-SSL/ssl-game-controller/...
24+
```
25+
Switch to checked-out repo
26+
Install
27+
```bash
28+
cd $GOPATH/src/github.com/RoboCup-SSL/ssl-game-controller/
29+
```
30+
Download dependencies for frontend
2131
```bash
22-
# download dependencies for backend
23-
go get -v -d ./...
24-
25-
# download dependencies for frontend
2632
npm install
2733
```
2834

0 commit comments

Comments
 (0)