From f89212a7da40fc3d5b5956cb9f787168a1d7c513 Mon Sep 17 00:00:00 2001 From: Dan Bolser Date: Thu, 22 Aug 2019 14:46:20 +0100 Subject: [PATCH] Just to clarify that this isn't always necessary I like to keep install instructions minimal. --- install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide.md b/install-guide.md index 9f5f5404..5c29c49b 100644 --- a/install-guide.md +++ b/install-guide.md @@ -29,7 +29,7 @@ We use snap to simplify installation of certain services. Run the following comm sudo apt install snapd ``` -Add the snap binaries directory to your path by adding the following line in ~/.bash_profile +You may need to add the snap binaries directory to your path by adding the following line in ~/.bash_profile ``` PATH="$PATH:/snap/bin" ```