We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb72a0 commit f60d934Copy full SHA for f60d934
1 file changed
_episodes/02-installation.md
@@ -145,7 +145,7 @@ tar -xvzf julia-1.0.5-linux-x86\_64.tar.gz
145
This will extract the files to a directory named `~/julia/julia-1.0.5`. To run
146
Julia, you need to add the full path of Julia's `bin` folder to PATH environment
147
variable. To do this, you can edit the `~/.bashrc` (or `~/.bash_profile`) file.
148
-Open the file in a text editor called Nano:
+Open the file in a text editor called ``nano``:
149
150
```bash
151
nano ~/.bashrc
0 commit comments