From e2c27ab7702b7843efa3304dcb879e032d9771ca Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 18 May 2018 10:08:16 -0700 Subject: [PATCH] Add installation instructions to documentation --- _site/content/posts/installation.md | 39 +++++ .../hyde-hyde/layouts/partials/sidebar.html | 2 +- docs/404.html | 2 +- docs/categories/index.html | 2 +- docs/css/wtf.css | 4 +- docs/index.html | 2 +- docs/index.xml | 17 ++- .../posts/configuration/attributes/index.html | 2 +- docs/posts/configuration/index.html | 2 +- docs/posts/glossary/index.html | 2 +- docs/posts/index.html | 9 +- docs/posts/index.xml | 17 ++- docs/posts/installation/index.html | 141 ++++++++++++++++++ docs/posts/modules/bamboohr/index.html | 2 +- docs/posts/modules/clocks/index.html | 2 +- docs/posts/modules/cmdrunner/index.html | 2 +- docs/posts/modules/gcal/index.html | 2 +- docs/posts/modules/git/index.html | 2 +- docs/posts/modules/github/index.html | 2 +- docs/posts/modules/index.html | 2 +- docs/posts/modules/jira/index.html | 2 +- docs/posts/modules/newrelic/index.html | 2 +- docs/posts/modules/opsgenie/index.html | 2 +- docs/posts/modules/security/index.html | 2 +- docs/posts/modules/textfile/index.html | 2 +- docs/posts/modules/todo/index.html | 2 +- docs/posts/modules/weather/index.html | 2 +- docs/sitemap.xml | 9 +- docs/tags/index.html | 2 +- 29 files changed, 251 insertions(+), 29 deletions(-) create mode 100644 _site/content/posts/installation.md create mode 100644 docs/posts/installation/index.html diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md new file mode 100644 index 00000000..70fa46ff --- /dev/null +++ b/_site/content/posts/installation.md @@ -0,0 +1,39 @@ +--- +title: "Installation" +date: 2018-05-18T09:59:40-07:00 +draft: false +--- + +There are two ways to install WTF: + +## From Source + +Clone this repo: + +```bash +git clone git@github.com:senorprogrammer/wtf.git +``` + +`cd` into that `wtf/` directory and run: + +```bash +make install +``` + +and that should probably do it. + +## As a Binary + +Grab the latest version from here: + +```bash +https://github.com/senorprogrammer/wtf/releases +``` + +expand it, and `cd` into the resulting directory. Then run: + +```bash +./wtf +``` + +and that should also do it. diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index 63ec0339..4b9e02ab 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -12,7 +12,7 @@

Content