From 0cb0be7adcbb6f9370b62351875ef7094f9b8b6e Mon Sep 17 00:00:00 2001 From: James Ennis Date: Mon, 26 Mar 2018 17:48:46 +0100 Subject: install.rst: Change ~ for $HOME just incase it expands to characters bash does not like --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 1a2791c85..13b68ad70 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -122,7 +122,7 @@ you need to ensure that ``PATH`` is adjusted. A regular way to do this is to add the following line to the end of your ``~/.bashrc``:: - export PATH=${PATH}:~/.local/bin + export PATH="${PATH}:${HOME}/.local/bin" .. note:: -- cgit v1.2.1