From b07bcd4ad33b0754fdcfbc66fd9c9e5b92744fd6 Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Fri, 1 Dec 2023 17:06:33 +0800 Subject: [PATCH] Add ArchLinux installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c414e0e..d94e4ae 100644 --- a/README.md +++ b/README.md @@ -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`).