From 6ad94aae221b3602fb98390c16aebeb76e6fc87a Mon Sep 17 00:00:00 2001 From: Ciaran Ainsworth Date: Fri, 14 Jan 2022 09:17:08 +0100 Subject: [PATCH] Fix incorrect backtick. --- docs/installation/debian.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index b95583ad2..1e3921329 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -164,7 +164,7 @@ Poetry installs packages in a `virtualenv `_. -By default, poetry creates a virtualenv `in`{cache-dir}/virtualenvs`. +By default, poetry creates a virtualenv in `{cache-dir}/virtualenvs`. We recommend creating your virtualenv inside your Funkwhale `api` directory. To do this, navigate to the directory and run the :command:`poetry config virtualenvs.in-project` command.