diff --git a/Ubuntu.md b/Ubuntu.md index 3a4bc491..f626cd81 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -22,7 +22,7 @@ Using snaps also works quite well: ``` # This will give you the latest version of go -$ snap install --classic go +$ sudo snap install --classic go ``` > A restart is required for the command to be recognized.