Skip to content

Commit 71a83fb

Browse files
committed
Correct some minor typos in the Readme file.
1 parent 0118ca6 commit 71a83fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Readme

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ at <https://github.com/ESP-rCommunity. Although you can compile ESP-r
7878
with only the ESP-rSource.git to get full functionality you have
7979
to checkout all four repositories and create a new folder structure
8080
to hold the combined distribution. Assuming the folder for downloads is
81-
ESPrgit and the combined distribution will be in ESPr_Master give
81+
ESPrgit and the combined distribution will be in ESP-rMaster give
8282
the following commands:
8383

8484
mkdir ESPrgit
@@ -88,13 +88,13 @@ the following commands:
8888
git clone --recursive https://github.com/ESP-rCommunity/ESP-rModels.git
8989
git clone --recursive https://github.com/ESP-rCommunity/ESP-rDoc.git
9090

91-
Now use a utility called rsync to merge the repositories into ESPr_Master:
91+
Now use a utility called rsync to merge the repositories into ESP-rMaster:
9292

9393
mkdir ESP-rMaster
9494
rsync -av ESP-rSource/ ESP-rMaster/
95-
rsync -av ESP-rDatabases/ ESPrMaster/data/
96-
rsync -av ESP-rDoc/ ESPrMaster/doc/
97-
rsync -av ESP-rModels/ ESPrMaster/models/
95+
rsync -av ESP-rDatabases/ ESP-rMaster/data/
96+
rsync -av ESP-rDoc/ ESP-rMaster/doc/
97+
rsync -av ESP-rModels/ ESP-rMaster/models/
9898

9999
You can learn more about accessing the ESP-r repository here:
100100

@@ -104,7 +104,7 @@ You will also need a folder for the compiled ESP-r. Lets assume
104104
this is /opt/esru (create it if it does not exist) On Windows
105105
this would be C:/ESRU.
106106

107-
In the top folder of ESPrMaster is an Install script. For Linux, OSX and
107+
In the top folder of ESP-rMaster is an Install script. For Linux, OSX and
108108
Cywin a typical set of commands to build ESP-r
109109
is:
110110
./Install -d /opt/esru --gcc4 --debug

0 commit comments

Comments
 (0)