From bfefbf07379fdd53cd629ce275b52e96bc23dece Mon Sep 17 00:00:00 2001 From: Winston Li Date: Sat, 6 Dec 2014 01:56:07 +0000 Subject: [PATCH] Fixed problems in README. --- services/git-bridge/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/git-bridge/README.md b/services/git-bridge/README.md index fa916663c7..3388218e09 100644 --- a/services/git-bridge/README.md +++ b/services/git-bridge/README.md @@ -3,8 +3,8 @@ writelatex-git-bridge Required -------- - * ant (for building) - * jdk-7 (for compiling and running) + * `ant` (for building) + * `jdk-7` (for compiling and running) Building -------- @@ -17,7 +17,7 @@ The configuration file will be at `/etc/wlgb/config.json`. ### Using ant ### Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`. -Use `java -jar to run the server. +Use `java -jar ` to run the server. Runtime Configuration --------------------- @@ -31,7 +31,7 @@ The configuration file is in `.json` format. There is an example at `bin/config. "apiBaseUrl": base url for the snapshot api (string), "username": username for http basic auth (string, optional), "password": password for http basic auth (string, optional), - "serviceName": current name of writeLaTeX in case it ever changes (string) + "serviceName": current name of writeLaTeX in case it ever changes ;) (string) } You have to restart the server for configuration changes to take effect.