From 2ddfcb2cb6a2c3e7da905611594144b92ff9fae7 Mon Sep 17 00:00:00 2001 From: Steven Engelbert Date: Tue, 23 Jul 2024 15:32:48 -0400 Subject: [PATCH] Update README.md Update README.md with further detail Change wording of README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3edac4f..d333d9a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Some quick terms: ### Setup First, if this is a greenfield deployment, launch the cloud network and an instance of the API. See more detailed instructions in the `opentofu/README.md` documentation on how to accomplish this. If you're a Micro-Nova employee, you can skip this step. +If you're a Windows user taking the role of `admin`, ensure you've got [WSL](https://www.microsoft.com/store/productId/9PDXGNCFSCZV?ocid=pdpshare) installed and set to [mirrored networking mode](https://learn.microsoft.com/en-us/windows/wsl/networking#mirrored-mode-networking), and have a browser of your choice installed within WSL (for example, running `sudo apt install firefox`). Note that without mirrored networking, you may not be able to properly authenticate, and without a browser you will not be able to sign in in the first place. + Then, on both the device you'd like a tunnel on and on your admin computer: ``` apt install libsystemd-dev wireguard wireguard-tools