From fdbf93ba612b0673d61685253c0c1b94c4ffd627 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Jul 2020 18:18:47 +0200 Subject: [PATCH] Mention ~/.profile as fallback for ~/.bash_profile Since Debian and distros based on it such as Ubuntu don't create ~/.bash_profile by default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b06ec51..1ba93012 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ examples I'll assume you're using the default installation location at `~/.local/share/yabridge`. - If you are using the default **Bash** shell, then you will want to add the - following line to `~/.bash_profile` (and _not_ to `~/.bashrc`): + following line to `~/.bash_profile` (or `~/.profile` if it does not exist): ```shell export PATH="$HOME/.local/share/yabridge:$PATH"