From c526c056898f2ece6f80e821bf69114b638065f8 Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Thu, 5 Dec 2019 14:53:05 -0600 Subject: [PATCH] Add language to clarify that the snap install may not require a restart --- Ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu.md b/Ubuntu.md index 4b889297..d487577a 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -28,4 +28,4 @@ Using snaps also works quite well: # This will give you the latest version of go $ sudo snap install --classic go ``` -> A restart is required for the command to be recognized. +> A restart may or may not be required for the command to be recognized depending on your system.