Skip to content

Commit 591ba4c

Browse files
authored
fix typo in README.md
1 parent bbcc10d commit 591ba4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ bashMiniconda3.sh
139139

140140
Then follow the instruction on the terminal. Finally, close and re-open the terminal and run
141141
```
142-
conda create -n fastoma python=3.9 --file environment_conda.yml
143-
cond activate mamba activate FastOMA
142+
conda create -n fastoma python=3.9 --file environment-conda.yml
143+
conda activate fastoma
144144
```
145145
Then, clone and install fastOMA using
146146
```
@@ -154,7 +154,7 @@ Alternatively, you could use Mamba instead of Conda (which needs its own [instal
154154
Note that it is not encouraged to have both Mamba and conda on one system, [more info](https://stackoverflow.com/questions/76760906/installing-mamba-on-a-machine-with-conda).
155155

156156
```
157-
mamba env create -n FastOMA -f environment_conda.yml
157+
mamba env create -n FastOMA -f environment-conda.yml
158158
mamba activate FastOMA
159159
```
160160

0 commit comments

Comments
 (0)