Skip to content

Commit 527a95d

Browse files
committed
small nit improvement
1 parent d2e672f commit 527a95d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/advanced/3_cli/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@ deno install --unstable -A https://deno.land/x/wmill/main.ts
2626

2727
Your terminal might also ask you to update your PATH environment variable to include the newly installed executable `wmill`. Example:
2828

29+
Linux:
30+
31+
```bash
32+
export PATH="$HOME/.deno/bin:$PATH"
33+
```
34+
35+
Mac:
36+
2937
```bash
30-
export PATH="/Users/yourusername/.deno/bin:$PATH"
38+
export PATH="/Users/<username>/.deno/bin:$PATH"
3139
```
3240

3341
:::tip

0 commit comments

Comments
 (0)