Skip to content

Commit 9295ca7

Browse files
committed
[doc] Improve documentation
1 parent 6b6a9ce commit 9295ca7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,20 @@ If you just want to use this app, simply download the latest [release binary](ht
1515

1616
### Requirements
1717
You need to install following dependencies first:
18-
* Go
18+
* Go >= 1.9
1919
* NPM
2020

2121
### Prepare
22+
Download and install to [GOPATH](https://github.com/golang/go/wiki/GOPATH):
23+
```bash
24+
go get -u github.com/RoboCup-SSL/ssl-vision-client/...
25+
```
26+
Switch to project root directory
27+
```bash
28+
cd $GOPATH/src/github.com/RoboCup-SSL/ssl-vision-client/
29+
```
30+
Download dependencies for frontend
2231
```bash
23-
# download dependencies for backend
24-
go get -v -d ./...
25-
26-
# download dependencies for frontend
2732
npm install
2833
```
2934

@@ -40,7 +45,7 @@ npm run serve
4045
```
4146
Or use the provided IntelliJ run configurations.
4247

43-
### Build self-containing release binary
48+
### Build self-contained release binary
4449
First, build the UI resources
4550
```bash
4651
# compile and minify UI

0 commit comments

Comments
 (0)