Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
better explain where to change directory
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #2748
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Oct 28, 2018
1 parent 3fd3624 commit ad14159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README-OMDev-MINGW.md
Expand Up @@ -24,7 +24,8 @@
- start `$OMDEV\tools\msys\mingw64_shell.bat` or `$OMDEV\tools\msys\mingw32_shell.bat` and type:

```bash
cd /path/to/
# change the directory to where you want the OpenModelica repository on your hard drive
cd /path/to/where/you/want/to/clone/the/repository
# export the path to your tools: git, svn, java/javac
# note: if you have a space in your path to your tool you need to escape it, i.e.: /c/Program\ Files
export PATH=$PATH:/c/path/to/git/bin:/c/path/to/svn/tools/bin:/c/path/to/jdk/bin
Expand Down

0 comments on commit ad14159

Please sign in to comment.