Skip to content

Commit

Permalink
Merge pull request #11 from USEPA/update_readme
Browse files Browse the repository at this point in the history
Updated readme to include instructions for retrieving EPANET submodule
  • Loading branch information
ucchejbb authored Feb 26, 2024
2 parents b053ac0 + 6725ac2 commit 39b7c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ root directory and supports builds for Linux, Mac OS and Windows. To build the E
using CMake, first open a console window and navigate to the project's root directory. Then enter the following commands:

```
git submodule init
git submodule update --recursive
cmake -B build .
cmake --build build --config Release --target package
```

# Documentation

EPANET-MSX manual can be found here: [MSX manual](https://github.com/USEPA/EPANETMSX/blob/master/Doc/EPANETMSX.pdf)

0 comments on commit 39b7c19

Please sign in to comment.