Correct shell syntax for installation using git

This commit is contained in:
targhs 2022-06-12 20:19:31 +05:30
parent a55f3f7285
commit 35c031ed2c
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ While we try not to break master, there are no guarantees on anything.
git clone https://github.com/borgbackup/borg.git git clone https://github.com/borgbackup/borg.git
# create a virtual environment # create a virtual environment
virtualenv --python=${which python3} borg-env virtualenv --python=$(which python3) borg-env
source borg-env/bin/activate # always before using! source borg-env/bin/activate # always before using!
# install borg + dependencies into virtualenv # install borg + dependencies into virtualenv