From 08629e4d8331bf9df32caab1cd8e967bed5ee26e Mon Sep 17 00:00:00 2001 From: targhs <34231252+targhs@users.noreply.github.com> Date: Sun, 12 Jun 2022 22:37:37 +0530 Subject: [PATCH] Commit shell syntax for installation using git --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2ad5e34f0..7f9a1e820 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -372,7 +372,7 @@ While we try not to break master, there are no guarantees on anything. git clone https://github.com/borgbackup/borg.git # create a virtual environment - virtualenv --python=${which python3} borg-env + virtualenv --python=$(which python3) borg-env source borg-env/bin/activate # always before using! # install borg + dependencies into virtualenv