Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchank authored May 6, 2019
1 parent 22c2e14 commit 9cfe1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ _Static files will be rebuilt if there are changes, so don't edit them as you wi
2. Run `stack exec pal-update`
3. If an update is available, type y/Y to install the update.
4. The newest version of PAL and the templates will be installed.
5. Rebuild your project using `stack build` to use the newest version of PAL.
5. Regenerate your project with `stack exec pal-exe` and rebuild your project using `stack build` to use the newest version of PAL.

## Compiling Net Graphs
When you generate your code, you will be given the code to generate codegraphs with `dot`. Either run them through dot, or use the
Expand Down

0 comments on commit 9cfe1a7

Please sign in to comment.