Skip to content

Commit f56cd32

Browse files
authored
Update README.md
Update go-lang install instructions for Linux.
1 parent c98932a commit f56cd32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ Build process tested on Ubuntu 16.04 (gcc 5.4.0) and Ubuntu 20.04/ZorinOS 16 (gc
145145
- sudo apt-get install libpam0g-dev
146146

147147
- Install golang (required for building wireguard):
148-
- sudo apt-get install golang-go
148+
- If on Ubuntu 20.04 or newer:
149+
- sudo apt-get install golang-go
150+
- If on an older version of Ubuntu, you'll need a newer version of golang than what is available in the default repo (tested on Ubuntu 16.04):
151+
- sudo add-apt-repository ppa:longsleep/golang-backports
152+
- sudo apt-get update
153+
- sudo apt-get install golang-go
149154

150155
- Install autoconf (required for building protobuf):
151156
- sudo apt-get install autoconf

0 commit comments

Comments
 (0)