Skip to content

Commit 21299a0

Browse files
Merge pull request #4 from KerickHowlett/feature/update-packages
fix(README): correct release link
2 parents ecf8d97 + 189d4a2 commit 21299a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ sudo apt install --yes socat iproute2
2222
### Installation
2323

2424
1. Download latest version from
25-
[release page](https://github.com/BlackReloaded/wsl2-ssh-bridge/releases/latest)
25+
[release page](https://github.com/KerickHowlett/wsl2-ssh-bridge/releases/latest)
2626
and copy `wsl2-ssh-bridge.exe` to your windows home directory (or other location
2727
within the windows file system). Then simlink to your `$HOME/.ssh` directory for
2828
easy access
2929

3030
```bash
3131
windows_destination="/mnt/c/Users/Public/Downloads/wsl2-ssh-bridge.exe"
3232
linux_destination="$HOME/.ssh/wsl2-ssh-bridge.exe"
33-
wget -O "$windows_destination" "https://github.com/BlackReloaded/wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
33+
wget -O "$windows_destination" "https://github.com/KerickHowlett/wsl2-ssh-bridge/releases/latest/download/wsl2-ssh-bridge.exe"
3434
# Set the executable bit.
3535
chmod +x "$windows_destination"
3636
# Symlink to linux for ease of use later

0 commit comments

Comments
 (0)