aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 57694951..5cd655fc 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,10 @@ $ git clone --recursive https://git.zx2c4.com/wireguard-windows
Currently a mess while we transition a few things, so you'll actually need to use WSL. Here are instructions for [Ubuntu 18.04 from the Windows Store](https://www.microsoft.com/en-us/p/ubuntu-1804-lts/9n9tngvndl3q) on WSL:
```
-$ sudo add-apt-repository ppa:longsleep/golang-backports
$ sudo apt update
-$ sudo apt install mingw-w64 make golang-go
+$ sudo apt install mingw-w64 make
+$ curl https://dl.google.com/go/go1.12.linux-amd64.tar.gz | tar xzf -
+$ export PATH="$PWD/go/bin:$PATH"
$ mkdir "$HOME/.go"
$ export GOPATH="$HOME/.go"
$ go get github.com/akavel/rsrc