diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-01 02:27:02 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-01 02:27:02 -0400 |
commit | aa9b70f3d68d5553be4188055ce3a59b7b3f37e8 (patch) | |
tree | 63dfb0cd26b76a76f32997dba786af42ac1969b2 | |
parent | ae0f11569f105a2ef01348a882aad44ff301dc54 (diff) | |
download | getwtxt-aa9b70f3d68d5553be4188055ce3a59b7b3f37e8.tar.gz |
updated wording of install section
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 487ae13..91d6d4e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ A public instance is currently available: ## Installation -First, fetch the sources using either the `go` tool or using `git` (if you haven't -set up a `go` development environment) and jump into the directory. +First, fetch the sources using either the `go` tool or using `git` +and jump into the directory. ``` $ go get github.com/getwtxt/getwtxt |