Skip to content

Commit 7258d53

Browse files
authored
Fix Readme (#88)
* Fix Readme * Fix calling MCCD.jar
1 parent a329a41 commit 7258d53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ parameters.
137137
These commands are examples for calling the tool:
138138

139139
```shell
140-
java -jar MCCd.jar -i src/MyCompany --path symbols -o out --gen
140+
java -jar MCCD.jar -i src/MyCompany.cd -o out --gen
141141
java -jar MCCD.jar -i src/MyAddress.cd -s symbols/MyAddress.cdsym
142-
java -jar MCCD.jar -i src/MyLife --path symbols -pp
142+
java -jar MCCD.jar -i src/MyLife.cd --path symbols -pp
143143
```
144144

145145
To try them out for yourself download and put the files
146-
[MyAddress.cd](doc/MyAddress.cd) and [MyLife.cd](doc/MyLife.cd) into your `src` directory.
146+
[MyCompany.cd](doc/MyCompany.cd), [MyAddress.cd](doc/MyAddress.cd), and [MyLife.cd](doc/MyLife.cd) into your `src` directory.
147147
The second command needs to be executed before the third.
148148

149149
The possible options are:
@@ -209,7 +209,7 @@ gradle build
209209
gradle shadowJar
210210
```
211211
Congratulations! The executable JAR file `MCCD.jar` is now in
212-
the directory `target/libs`.
212+
the directory `cdtool/target/libs/`.
213213

214214
## Tutorial: Getting Started Using the CD Tool
215215

0 commit comments

Comments
 (0)