Skip to content

Commit 61b3125

Browse files
committed
[doc] Improve documentation
1 parent c0baf34 commit 61b3125

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ If you just want to use this app, simply download the latest [release binary](ht
1414

1515
### Requirements
1616
You need to install following dependencies first:
17-
* Go
17+
* Go >= 1.9
1818
* NPM
1919

2020
### Prepare
2121
Download and install to [GOPATH](https://github.com/golang/go/wiki/GOPATH):
2222
```bash
2323
go get -u github.com/RoboCup-SSL/ssl-game-controller/...
2424
```
25-
Switch to checked-out repo
26-
Install
25+
Switch to project root directory
2726
```bash
2827
cd $GOPATH/src/github.com/RoboCup-SSL/ssl-game-controller/
2928
```
@@ -45,7 +44,7 @@ npm run serve
4544
```
4645
Or use the provided IntelliJ run configurations.
4746

48-
### Build self-containing release binary
47+
### Build self-contained release binary
4948
First, build the UI resources
5049
```bash
5150
# compile and minify UI

0 commit comments

Comments
 (0)