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:
-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:
```