Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Change permisions so the binary is executable:
```
chmod 755 wsl2-ssh-agent
```

**If you are using ArchLinux, you can install the [wsl2-ssh-agent](https://aur.archlinux.org/packages/wsl2-ssh-agent) package from the AUR (maintained by @Hill-98).**

### 2. Modify `.bashrc` (or `.zshrc` if you are using `zsh`)

Add the following line to `.bashrc` (or `.zshrc` if you are using `zsh`).
Expand Down