Skip to content

Commit ad14159

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
better explain where to change directory
Belonging to [master]: - OpenModelica/OMCompiler#2748
1 parent 3fd3624 commit ad14159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README-OMDev-MINGW.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
- start `$OMDEV\tools\msys\mingw64_shell.bat` or `$OMDEV\tools\msys\mingw32_shell.bat` and type:
2525
2626
```bash
27-
cd /path/to/
27+
# change the directory to where you want the OpenModelica repository on your hard drive
28+
cd /path/to/where/you/want/to/clone/the/repository
2829
# export the path to your tools: git, svn, java/javac
2930
# note: if you have a space in your path to your tool you need to escape it, i.e.: /c/Program\ Files
3031
export PATH=$PATH:/c/path/to/git/bin:/c/path/to/svn/tools/bin:/c/path/to/jdk/bin

0 commit comments

Comments
 (0)