Add language to clarify that the snap install may not require a restart

Jason R. Stevens, CFA 2019-12-05 14:53:05 -06:00
parent 57d4d0b6f9
commit c526c05689

@ -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.