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" ```