From bb315f827f12da50b204497e217477aa746f6a36 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 1 Jun 2018 22:52:32 -0700 Subject: [PATCH] Update install instructions in readme --- README.md | 6 +++++- _site/content/posts/installation.md | 2 +- docs/index.xml | 2 +- docs/posts/index.xml | 2 +- docs/posts/installation/index.html | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5148713e..e42c450c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ displaying infrequently-needed, but very important, daily data. work with Go versions < 1.7, and only _may_ work on other versions. ```bash -go get github.com/senorprogrammer/wtf +go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run @@ -78,3 +78,7 @@ Many thanks to all these developers. * [openweathermap](https://github.com/briandowns/openweathermap) * [tcell](https://github.com/gdamore/tcell) * [tview](https://github.com/rivo/tview) + +

+ +

diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md index 24829498..dcc4aafa 100644 --- a/_site/content/posts/installation.md +++ b/_site/content/posts/installation.md @@ -11,7 +11,7 @@ There are two ways to install WTF: Get this repo and install the dependencies: ```bash -go get github.com/senorprogrammer/wtf +go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run diff --git a/docs/index.xml b/docs/index.xml index 26d7190e..7f6ac364 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil https://wtfutil.com/posts/installation/ There are two ways to install WTF: From Source Get this repo and install the dependencies: -go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. +go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. As a Binary Grab the latest version from here: https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: ./wtf and that should also do it. diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 3550f945..fabe2862 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil https://wtfutil.com/posts/installation/ There are two ways to install WTF: From Source Get this repo and install the dependencies: -go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. +go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. As a Binary Grab the latest version from here: https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: ./wtf and that should also do it. diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html index c4c95ddb..5a3a151b 100644 --- a/docs/posts/installation/index.html +++ b/docs/posts/installation/index.html @@ -114,7 +114,7 @@

From Source

Get this repo and install the dependencies:

-
go get github.com/senorprogrammer/wtf
+
go get -u github.com/senorprogrammer/wtf
 cd $GOPATH/src/github.com/senorprogrammer/wtf
 make install
 make run