mirror of
https://github.com/chubin/wttr.in
synced 2024-12-24 10:53:07 +00:00
README: fix wego build instructions
This commit is contained in:
parent
5a7f09d8b9
commit
95518f81a5
1 changed files with 4 additions and 4 deletions
|
@ -53,12 +53,12 @@ To install the program you need:
|
|||
|
||||
External requirements:
|
||||
|
||||
* wego [https://github.com/schachmat/wego], weather client for terminal
|
||||
* [wego](https://github.com/schachmat/wego), weather client for terminal
|
||||
|
||||
To install `wego` you must have golang installed. After that:
|
||||
To install `wego` you must have [golang](https://golang.org/doc/install) installed. After that:
|
||||
|
||||
go get https://github.com/schachmat/wego
|
||||
go install https://github.com/schachmat/wego
|
||||
go get -u github.com/schachmat/wego
|
||||
go install github.com/schachmat/wego
|
||||
|
||||
### Install python dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue