aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-08 11:21:37 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-08 11:21:37 -0500
commit32c99095409cd61356e805231a6e0eca7eb050b2 (patch)
tree366e80539b4cd4ed9de4a9db524a14b0f63f8411 /docs
parent0a531115c8204a4ece21a232e33a4557e4fb841b (diff)
fix: fixed gpg agent setup (no idea how...)
Diffstat (limited to 'docs')
-rw-r--r--docs/cheatsheet.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md
index e0a00e9..356fcc4 100644
--- a/docs/cheatsheet.md
+++ b/docs/cheatsheet.md
@@ -120,6 +120,11 @@ While I went down this rock filled rabbit hole for the purpose of getting my Yub
### In Windows
+```sh
+# Install depends
+sudo apt install socat iproute2
+```
+
Download [wsl-ssh-pageant](https://github.com/benpye/wsl-ssh-pageant)
```powershell