Showing 1 changed files with 4 additions and 5 deletions
+4 -5
README.md
... ...
@@ -139,8 +139,8 @@ You can stop the application by adding the **--stop** option.
139 139
 
140 140
 ## Can't find git command from GitPrep
141 141
 
142
-If you install git in your local directry,
143
-you must add the correct git command path to the **gitprep.conf** config file.
142
+If you install git into your local directry,
143
+you must add the correct git command path to the config file **gitprep.conf** .
144 144
 
145 145
     [basic]
146 146
     ;;; Git command path
... ...
@@ -161,8 +161,7 @@ you create "gitprep.my.conf" copied from "gitprep.my.conf",
161 161
 and do "git pull"
162 162
 
163 163
 If you get a rainbow unicorn t-rex error after upgrading, you might be missing
164
-a new CPAN dependency. Rerun the /setup/setup.php on brower
165
-or rerun setup.sh on command line.
164
+a new CPAN dependency. Run again "setup.sh".
166 165
 
167 166
 ### I can't push large repository by http protocol
168 167
 
... ...
@@ -327,7 +326,7 @@ If **description** file exists in git repository, it is copied.
327 326
 This is GitPrep bug before version 1.5.1.
328 327
 Please use after version 1.5.2.
329 328
 
330
-If you contine to use GitPrep before version 1.5.1,
329
+If you continue to use GitPrep before version 1.5.1,
331 330
 collaboration table is broken.
332 331
 Please fix it by the following way.
333 332