Browse Source

更新 'README.md'

tangs 5 years ago
parent
commit
296389572a
1 changed files with 8 additions and 2 deletions
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -7,10 +7,16 @@ About Script: It's a sample scipt to install/uninstall the server on Ubuntu.
 ```
 #### Install the service
 Usage:
-    ./install.sh -u tangs -e /tmp/process -n process -d /home/tangs/process
+    ./install.sh -u tangs -e /tmp/yourExec -n yourServiceName -d /home/tangs/yourServiceStartDir
+    
+#### Uninstall the service
+Usage:
+    ./uninstall.sh -n yourServiceName
+    
+`./install.sh --help` or `./uninstall.sh --help` for detail.
 	
 ```
 Developing
 
-- [ ] Uninstall the server
+- [x] Uninstall the server
 - [ ] Server start on boot