updated readme

This commit is contained in:
Guard13007 2014-11-20 12:36:06 -08:00
parent 481628de5d
commit cd7a4a5646
2 changed files with 6 additions and 7 deletions

View File

@ -10,10 +10,13 @@ The Windows batch file hasn't been made at all really, not yet.
Installation Installation
------------ ------------
1. Download this (either from the ZIP link in the bottom right or the releases linked to at the top of the repository)! Quick Guide:
1. Download the [latest release](https://github.com/Guard13007/LovePackaging/releases)!
2. Copy the files wherever you want, inside your own repo, outside, wherever! 2. Copy the files wherever you want, inside your own repo, outside, wherever!
3. Edit `config.txt` to specify options on how your packages will be built, including where the sources are and where to put the result. 3. Edit `config.sh` to specify options on how your packages will be built, including where the sources are and where to put the result.
4. Run build or build.bat depending on your system. 4. Run `./build` for Linux / Mac OS X (OSX users need wget installed!!).
No Windows version yet, sorry.
Contributing Contributing
------------ ------------

View File

@ -1,4 +0,0 @@
@ECHO OFF
FOR /F "eol=# tokens=1,2 delims==" %%i,%%j in (config.txt) DO (
rem stuff
)