From 2c30845f8edcadaab5363594b4e9edb003c8d88b Mon Sep 17 00:00:00 2001 From: Spigot Date: Sun, 16 Jun 2013 21:48:08 +0200 Subject: [PATCH] ReadMe Edit By: ralmn --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 43e1115a65..3a0a0e0aaf 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,30 @@ Apply Patches : `./applyPatches.sh` ### Create patch for server ### `cd Spigot-Server` + Add your file for commit : `git add ` + Commit : `git commit -m ` + `cd ..` + Create Patch `./rebuildPatches.sh` ### Create patch for API ### `cd Spigot-API` + Add your file for commit : `git add ` + Commit : `git commit -m ` + `cd ..` + Create Patch `./rebuildPatches.sh` + Compilation -----------