Skip to content

Commit 1bd4633

Browse files
committed
Update WSL installation instructions
1 parent 6786aa9 commit 1bd4633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/windows-wsl.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Ensure you are running `libc` version 2.38 or newer.
109109
Then install the following:
110110

111111
```bash
112+
echo "deb [trusted=yes] https://git-mastery.github.io/gitmastery-apt-repo any main" | \
113+
sudo tee /etc/apt/sources.list.d/gitmastery.list > /dev/null
112114
sudo apt install software-properties-common
113115
sudo add-apt-repository "deb https://git-mastery.github.io/gitmastery-apt-repo any main"
114116
sudo apt update

0 commit comments

Comments
 (0)