Simplify install steps

This commit is contained in:
Jake Howard 2016-02-08 12:57:21 +00:00
parent d439c54221
commit d88051371d

View File

@ -2,12 +2,11 @@
Settings and Preferences for transfer between machines Settings and Preferences for transfer between machines
## Usage ## Usage
First, install waf using the `install-waf.sh` script. Simple:
1. run `sudo ./INSTALL_ALL_THE_THINGS`
Next, simply run `waf <section>` to install the specific section. 2. Sit back
3. Wait
4. Wait some more
## Automation 5. Fixany errors that come up
Alternatively, you can run `./INSTALL_ALL_THE_THINGS` to install all the section automatically. 6. Wait some more
7. Enjoy computer!
__Note__: This script will run them in the order they appear in the `wscript` file. If something needs to be done first, put it first in the file!