Skip to content

Commit 7a4c9b4

Browse files
committed
adding bolding to noteboxes in setup
1 parent 8101b7e commit 7a4c9b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ commands:
8686
bash path/to/Miniconda3-latest-Linux-x86_64.sh
8787
```
8888

89-
> Note: most often, this file is downloaded to the Downloads directory,
89+
> **Note:** Most often, this file is downloaded to the Downloads directory,
9090
and thus the command will look like this:
9191
> ```
9292
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
@@ -181,7 +181,7 @@ To do this, type the following in the terminal:
181181
sudo chown -R $(whoami):admin /usr/local/bin
182182
```
183183
184-
> *Note: You might be asked to enter your password during installation.*
184+
> **Note:** You might be asked to enter your password during installation.
185185
186186
**All operating systems:**
187187
To install LaTeX open JupyterLab by typing `jupyter lab`
@@ -223,7 +223,7 @@ Thus, add the lines below to the bottom of your `.bashrc` file
223223
export PATH="$PATH:~/bin"
224224
```
225225
226-
> Note: If you used `nano` to open your `.bashrc` file,
226+
> **Note:** If you used `nano` to open your `.bashrc` file,
227227
follow the keyboard shortcuts at the bottom of the nano text editor
228228
to save and close the file.
229229

0 commit comments

Comments
 (0)