Showing 1 changed files with 4 additions and 11 deletions
+4 -11
README.md
... ...
@@ -136,17 +136,6 @@ If you finish installation, you can access the following URL.
136 136
 If you see an internal server error, look at the log file (gitprep/log/production.log)
137 137
 to see what problem has occurred.
138 138
 
139
-## C. Run GitPrep via sparrow plugin
140
-
141
-You may install and run GitPrep via sparrow plugin. This installation favor is very similar as A):
142
-
143
-    $ sparrow plg install gitprep
144
-    $ sparrow plg run gitprep --param action=install   # to install GitPrep server
145
-    $ sparrow plg run gitprep --param action=start     # to start GitPrep server
146
-    $ sparrow plg run gitprep --param action=stop      # to stop GitPrep server
147
-
148
-Follow [plugin documentation](https://sparrowhub.org/info/gitprep) for details.
149
-
150 139
 ## FAQ
151 140
 
152 141
 ## I can't install Gitprep on CentOS
... ...
@@ -493,6 +482,10 @@ and move this feature to project settings page.
493 482
 
494 483
 mail address is require for user registration.
495 484
 
485
+### Install, run GitPrep via sparrow plugin
486
+
487
+You may install and install, run GitPrep via sparrow plugin. Please follow [gitprep plugin documentation](https://sparrowhub.org/info/gitprep) for details.
488
+
496 489
 ## For Developers
497 490
 
498 491
 If you are a developer, you can start the application in development mode.