Skip to content

Commit 1679628

Browse files
committed
fix code block layout
1 parent 29fa1f4 commit 1679628

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_episodes/02-installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ We will be using the Miniconda minimal installer for conda.
4141

4242
1. Please download miniconda at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html)
4343

44-
2. Next, run the installer:
44+
2. Next, run the installer
45+
4546
~~~
4647
bash Miniconda3-latest-Linux-x86_64.sh
4748
~~~
@@ -52,9 +53,11 @@ bash Miniconda3-latest-Linux-x86_64.sh
5253
4. You will need to restart your terminal for the changes to have effect.
5354

5455
5. Verify you have a working conda installation by listing all installed packages
56+
5557
~~~
5658
conda list
5759
~~~
60+
{:.language-bash}
5861

5962
### MacOSX
6063

0 commit comments

Comments
 (0)