Sources updating info in README.
This commit is contained in:
parent
0170cd5bb6
commit
1394724a43
11
README.md
11
README.md
@ -56,6 +56,17 @@ go install github.com/pztrn/urtrator
|
|||||||
First command will get sources of URTrator and dependencies, second
|
First command will get sources of URTrator and dependencies, second
|
||||||
command will build executable for you and place it in ``$GOROOT/bin``.
|
command will build executable for you and place it in ``$GOROOT/bin``.
|
||||||
|
|
||||||
|
|
||||||
|
### Updating
|
||||||
|
|
||||||
|
``go get`` will do initial repo clone for you, but flag ``-u`` is
|
||||||
|
required to get updated URTrator source. So, for updating sources
|
||||||
|
just issue:
|
||||||
|
|
||||||
|
```
|
||||||
|
go get -d -u github.com/pztrn/urtrator
|
||||||
|
```
|
||||||
|
|
||||||
# Important information
|
# Important information
|
||||||
|
|
||||||
## GTK warnings in console
|
## GTK warnings in console
|
||||||
|
Reference in New Issue
Block a user