Skip to content

Commit

Permalink
Some other minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshanshbhatt committed Mar 17, 2022
1 parent 117051e commit a2fe865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a2fe865

Please sign in to comment.