aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-27 19:12:07 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-28 08:05:02 +0100
commitd719ad31b92d65a0a9b9d93970c4f22e8e119796 (patch)
tree2a5d059de31f54a572a65f87d041e5148886658c
parentwireguard-go: bump for 1.12 changes (diff)
downloadwireguard-windows-d719ad31b92d65a0a9b9d93970c4f22e8e119796.tar.xz
wireguard-windows-d719ad31b92d65a0a9b9d93970c4f22e8e119796.zip
README: backports are missing 1.12 for now
Diffstat (limited to '')
-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