aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index cec3d15..6b3b856 100644
--- a/README.md
+++ b/README.md
@@ -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`
-------