Skip to content

Commit

Permalink
added path instruction in install
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanEisenbach authored Sep 10, 2019
1 parent efce0c7 commit a0c5489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/language_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ cd $HOME/.flint
make release
echo "export PATH=$HOME/.flint/.build/release/:$PATH" >> ~/.bashrc
source ~/.bashrc
echo "export PATH=$HOME/.flint/.build/release/:$PATH" >> ~/.bashrc
source ~/.bashrc
```

Note that Flint *must* be installed in `~/.flint` to allow the many different components to know where to find everything.
Expand Down

0 comments on commit a0c5489

Please sign in to comment.