From 35c031ed2cf9d47528469354062aa983eefd74f2 Mon Sep 17 00:00:00 2001 From: targhs <34231252+targhs@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:19:31 +0530 Subject: [PATCH] Correct 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 6c778d783..1ff657879 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 # 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