mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
fix: update readme
This commit is contained in:
parent
e03b65b442
commit
ee98726c7f
@ -37,7 +37,7 @@ make install
|
|||||||
make run
|
make run
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`.
|
**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). It currently _does not_ compile with `gccgo`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ documentation. Here's some short-cuts:
|
|||||||
|
|
||||||
### Contributing to the Documentation
|
### Contributing to the Documentation
|
||||||
|
|
||||||
Documenation now lives in its own repository here: [https://github.com/wtfutil/wtfdocs](https://github.com/wtfutil/wtfdocs).
|
Documentation now lives in its own repository here: [https://github.com/wtfutil/wtfdocs](https://github.com/wtfutil/wtfdocs).
|
||||||
|
|
||||||
Please make all additions and updates to documentation in that repository.
|
Please make all additions and updates to documentation in that repository.
|
||||||
|
|
||||||
@ -64,10 +64,7 @@ Then open your issue, propose your approach, and join the rest of the awesome pe
|
|||||||
|
|
||||||
### Adding Dependencies
|
### Adding Dependencies
|
||||||
|
|
||||||
Dependency management in WTF is handled by [dep](https://github.com/golang/dep). See that page for installation and usage details.
|
Dependency management in WTF is handled by [Go modules](https://github.com/golang/go/wiki/Modules). Please check out that page for more details on how Go modules work.
|
||||||
|
|
||||||
If the work you're doing requires the addition of a new dependency,
|
|
||||||
please be sure to use `dep` to [vendor your dependencies](https://golang.github.io/dep/docs/daily-dep.html#adding-a-new-dependency).
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user