From a2fe865f2d5e7a630d567504833689540f00b977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aksh=C4=81nsh?= <53227127+akshanshbhatt@users.noreply.github.com> Date: Thu, 17 Mar 2022 18:35:31 +0530 Subject: [PATCH] Some other minor updates. --- doc/src/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/installation.md b/doc/src/installation.md index 2a607584a9..30b71d6132 100644 --- a/doc/src/installation.md +++ b/doc/src/installation.md @@ -10,8 +10,8 @@ Install Conda for example by installing the Then create a new environment (you can choose any name, here we chose `lf`) and activate it: ```bash -conda create -n lf -conda activate lf +conda create -n lp +conda activate lp ``` Then install LFortran by: ```bash @@ -42,7 +42,7 @@ conda create -n lf python cmake llvmdev conda activate lf ``` Then download a tarball from -[https://lfortran.org/download/](https://lfortran.org/download/), +[https://lfortran.org/download/](https://lfortran.org/download/), e.g.: ```bash wget https://lfortran.github.io/tarballs/dev/lfortran-0.9.0.tar.gz