Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-11-16 15:40:36 +0300
committerChris Rebert <github@rebertia.com>2014-11-16 15:40:36 +0300
commitff82f538f3678e993c319cb2cd3817f2a99d1844 (patch)
treebb4c51be4a29bec7cad0cb2c49a08f059b2d7d6d /README.md
parentc0d8cec09b1e5955d2d4413df467509f05144ca5 (diff)
fix fragment in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
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:
```