diff --git a/doc/src/installation.md b/doc/src/installation.md index 49e53cf8f4..a4d9788d2e 100644 --- a/doc/src/installation.md +++ b/doc/src/installation.md @@ -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