From cd7a4a5646cecbac86889883f1f8011c92c727b1 Mon Sep 17 00:00:00 2001 From: Guard13007 Date: Thu, 20 Nov 2014 12:36:06 -0800 Subject: [PATCH] updated readme --- README.md | 9 ++++++--- build.bat | 4 ---- 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 build.bat diff --git a/README.md b/README.md index a98c9ef..a827577 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ The Windows batch file hasn't been made at all really, not yet. 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! -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. -4. Run build or build.bat depending on your system. +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` for Linux / Mac OS X (OSX users need wget installed!!). + No Windows version yet, sorry. Contributing ------------ diff --git a/build.bat b/build.bat deleted file mode 100644 index bb52514..0000000 --- a/build.bat +++ /dev/null @@ -1,4 +0,0 @@ -@ECHO OFF -FOR /F "eol=# tokens=1,2 delims==" %%i,%%j in (config.txt) DO ( - rem stuff -)