Skip to content

Commit

Permalink
utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-raden authored Dec 1, 2023
1 parent db0d64d commit c5faeb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/handson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ handbook using IntaRNA](http://www.bioinf.uni-freiburg.de/Subpages/publications.




## Example 2.1: Local Installation via `conda` (Linux System with `bash` Shell)

First, we need to install `conda` (if not already available).
Expand All @@ -21,7 +20,7 @@ On Microsoft Windows, you can emply the Windows Subsystem for Linux (WSL) for th
```sh
# download Miniconda installer
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
# note: ’-b’ runs the installer in non-interactive silent mode (agreeing to licence etc.)
# note: ’-b’ runs the installer in non-interactive silent mode (agreeing to licence etc.)
# starting conda installation process
bash ~/miniconda.sh -b -p $HOME/miniconda
```
Expand Down

0 comments on commit c5faeb5

Please sign in to comment.