diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ # tools Various tools of mine in Go +Installing these tools +---------------------- + +To install any of these tools, type in: + +```console +$ go get christine.website/go/tools/$toolname +``` + +For example: + +```console +$ go get christine.website/go/tools/license +``` + `dokku` ------- |
