Skip to content

Commit 9a694ef

Browse files
authored
Update index.qmd
with note about admin requirements
1 parent f5486f7 commit 9a694ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

posts/23/0411-DevEnvSetup/index.qmd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ categories: [dev-setup]
77
image: https://github.com/maxfordham/visual-design/blob/main/icons/engineer-icon.png?raw=true
88
---
99

10-
::: {.warning}
11-
Setting up WSL has certain risks. It requires an Adminstrator password to the machine.
10+
::: {.callout-warning}
11+
Setting up WSL has certain risks.
12+
It requires an Adminstrator password to the machine for the initial steps highlighted below.
1213
:::
1314

1415
- [Introduction](#introduction)
@@ -30,15 +31,15 @@ Given that the final resting place of standalone tools is the Linux JupyterHub s
3031
we try to make the development environment on the users machine as close to this as
3132
it can be.
3233

33-
## Prerequisite
34+
## Prerequisite (admin required)
3435

3536
Hyper-V should already be enabled on your laptop but if you are having issues then follow this article:
3637

3738
- https://mashtips.com/enable-virtualization-windows-10/
3839

3940
## Installation
4041

41-
### Install Ubuntu on WSL
42+
### Install Ubuntu on WSL (admin required)
4243

4344
```{danger}
4445
couldn't get wsl working on a fresh install.
@@ -161,4 +162,4 @@ Restart WSL for the above changes to take effect.
161162
162163
### Install Visual Studio Code
163164
164-
[vscode](https://code.visualstudio.com/)
165+
[vscode](https://code.visualstudio.com/)

0 commit comments

Comments
 (0)