mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Mention ~/.profile as fallback for ~/.bash_profile
Since Debian and distros based on it such as Ubuntu don't create ~/.bash_profile by default.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user