Skip to content

Commit 40823e9

Browse files
committed
fix: remove WSL terminology from macOS tutorials
1 parent cee9f6f commit 40823e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/setup_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ brew install wget git tree
6161
```
6262

6363
## Home Directory
64-
Run `cd ~`. This will take you to your Ubuntu home directory. Running `pwd` afterward confirms the location. (Your username will be different.)
64+
Run `cd ~`. This will take you to your home directory. Running `pwd` afterward confirms the location. (Your username will be different.)
6565

6666
```console
6767
$ cd ~

docs/setup_vscode_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ mkdir -p ~/eecs280/p1-stats
8888
$ cd ~/eecs280/p1-stats
8989
```
9090

91-
This `mkdir -p` command creates a new `p1-stats` folder within an `eecs280` folder (creating that too, if it doesn't exist), within your Ubuntu home directory (`~`). The `cd` command changes your working directory to the new `p1-stats` directory.
91+
This `mkdir -p` command creates a new `p1-stats` folder within an `eecs280` folder (creating that too, if it doesn't exist), within your home directory (`~`). The `cd` command changes your working directory to the new `p1-stats` directory.
9292

9393
<div class="primer-spec-callout warning" markdown="1">
9494
**Pitfall:** Avoid paths that contain spaces. Spaces causes problems with some command line tools.

0 commit comments

Comments
 (0)