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