Ubuntu installation #1455
valk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'd like to contribute or suggest a fix to make the installation work on Ubuntu. So I changed the Makefile for my Ubuntu (20.04, actually KDE Neon) but I need someone's help with changing the
GO=/usr/local/go/bin/go
to something likeGO=$(which go)
, but I'm not good at Makefile syntax. Here's what worked for me:Beta Was this translation helpful? Give feedback.
All reactions