Showing 1 changed files with 5 additions and 1 deletions
+5 -1
README.md
... ...
@@ -202,12 +202,16 @@ At least, blame page work well in git 1.8.2.1.
202 202
 
203 203
 ### How to upgrade GitPrep
204 204
 
205
-It is ver easy. you only overwrite all files except for "gitprep.conf".
205
+It is very easy. you only overwrite all files except for "gitprep.conf".
206 206
 
207 207
 If you want to upgrade by "git pull", you can do it.
208 208
 you create "gitprep.my.conf" copied from "gitprep.my.conf",
209 209
 and do "git pull"
210 210
 
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.
214
+
211 215
 ### I can't push large repository by http protocal
212 216
 
213 217
 Maybe http.postBuffer value of git config is small. Input the following command to increase this size.