Explorar el Código

Small fixes to README.

Winston Li hace 11 años
padre
commit
d022acc5c8
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      services/git-bridge/README.md

+ 3 - 1
services/git-bridge/README.md

@@ -9,11 +9,13 @@ Required
 Installation
 ------------
 ### Ubuntu ###
-Run `/install.sh` to get dependencies, build, test, package, and make it a service.
+Run `install.sh` to get dependencies, build, test, package, and make it a service.
 
 Use `service wlgb start` and `service wlgb stop` to start and stop the server.
 
 The configuration file will be at `/etc/wlgb/config.json`.
+
+Run `uninstall.sh` to undo what `install.sh` did.
 ### Manually ###
 Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`.