Showing 1 changed files with 10 additions and 2 deletions
+10 -2
README.md
... ...
@@ -482,9 +482,17 @@ and move this feature to project settings page.
482 482
 
483 483
 mail address is require for user registration.
484 484
 
485
-### Install, run GitPrep via sparrow plugin
485
+### Are there other ways to install GitPrep?
486 486
 
487
-You may install and install, run GitPrep via sparrow plugin. Please follow [gitprep plugin documentation](https://sparrowhub.org/info/gitprep) for details.
487
+**Use sparrow**
488
+
489
+You may install and install, run GitPrep via sparrow plugin.
490
+
491
+    $ cpanm Sparrow
492
+    $ sparrow index update 
493
+    $ sparrow plg install gitprep
494
+
495
+Please follow [gitprep plugin documentation](https://sparrowhub.org/info/gitprep) for details.
488 496
 
489 497
 ## For Developers
490 498