From a085b86d3b8fcbc65e428483ffc395c38dad2816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 13 May 2019 15:09:59 -0600 Subject: [PATCH] Docs: Use `lfort` instead of `./lfort` One uses `lfort` since the executable is in the Conda environment. --- doc/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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