1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add installation instructions to documentation

This commit is contained in:
Chris Cummer
2018-05-18 10:08:16 -07:00
parent ca7d8674df
commit e2c27ab770
29 changed files with 251 additions and 29 deletions

View File

@@ -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.