diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-01 02:25:35 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-01 02:25:35 -0400 |
commit | ae0f11569f105a2ef01348a882aad44ff301dc54 (patch) | |
tree | 2d446c34897e427b2599a6f163556c0fd1e63c85 | |
parent | bb56f92a450849e0f3a52b5dd703b415de2ba999 (diff) | |
download | getwtxt-ae0f11569f105a2ef01348a882aad44ff301dc54.tar.gz |
updated wording of install section
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 2f61dbc..487ae13 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ 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 just want to try it out) and jump into -the directory. +set up a `go` development environment) and jump into the directory. ``` $ go get github.com/getwtxt/getwtxt |