Skip to content

Commit

Permalink
Docs: Use lfort instead of ./lfort
Browse files Browse the repository at this point in the history
One uses `lfort` since the executable is in the Conda environment.
  • Loading branch information
certik committed May 13, 2019
1 parent 89e5846 commit a085b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cd lfortran-0.1.11
pip install .
```
Now the `lfortran` environment has the `lfort` compiler available, you can
start the interactive prompt using `./lfort`, or see the command line options
using `./lfort -h`.
start the interactive prompt by executing `lfort`, or see the command line
options using `lfort -h`.

Optional: run tests:
```bash
Expand Down

0 comments on commit a085b86

Please sign in to comment.