Showing 1 changed files with 3 additions and 3 deletions
+3 -3
README.md
... ...
@@ -209,10 +209,10 @@ you create "gitprep.my.conf" copied from "gitprep.my.conf",
209 209
 and do "git pull"
210 210
 
211 211
 If you get a rainbow unicorn t-rex error after upgrading, you might be missing
212
-a new CPAN dependency. Rerun the /setup/setup.php or install the missing dependencies
213
-by hand.
212
+a new CPAN dependency. Rerun the /setup/setup.php on brower
213
+or rerun setup.sh on command line.
214 214
 
215
-### I can't push large repository by http protocal
215
+### I can't push large repository by http protocol
216 216
 
217 217
 Maybe http.postBuffer value of git config is small. Input the following command to increase this size.
218 218