From ff82f538f3678e993c319cb2cd3817f2a99d1844 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 16 Nov 2014 04:40:36 -0800 Subject: fix fragment in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5e31643..5841346 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,7 @@ Java 7+ is required to run Savage. For instructions on building Savage yourself, Savage accepts exactly one optional command-line argument, which is the port number to run its HTTP server on, e.g. `8080`. If you don't provide this argument, the default port specified in `application.conf` will be used. Once you've built the JAR, run e.g. `java -jar savage-assembly-1.0.jar 8080` (replace `8080` with whatever port number you want). Note that running on ports <= 1024 requires root privileges (not recommended) or using port mapping. -When running Savage, its working directory should be a non-bare git repo which is a clone of the repo being monitored. - -Savage's GitHub webhook must be setup on the main repo that will be receivi +When running Savage, its working directory needs to be a non-bare git repo which is a clone of the repo being monitored. Other settings live in `application.conf`. In addition to the normal Akka and Spray settings, Savage offers the following settings: ``` -- cgit v1.2.3