Update README.md

This commit is contained in:
James 2019-01-27 14:20:17 +00:00 committed by GitHub
parent edd0753aeb
commit 93da85e0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,11 @@ Licensed under the terms of the GNU General Public License, version 2 or later (
## Install
Grab the latest [release](https://github.com/devkitPro/wut/releases) extract to a folder, then export that folder as WUT_ROOT.
It is recommended to install wut by using the [devkitPro package manager](https://devkitpro.org/wiki/devkitPro_pacman)
For example:
For example you might do:
```
wget https://github.com/devkitPro/wut/releases/download/1.0.0-alpha/wut.linux64.7z
mkdir wut && cd wut
7z x ../wut.linux64.7z
export WUT_ROOT=$PWD
sudo dkp-pacman -Syu devkitPPC wut-tools wut
```
## Usage