From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 Jan 2023 20:43:19 +0000 (-0800) Subject: Fix note indentation in dev docs X-Git-Tag: v1.12.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07b8d65a66984ade8eea076f653a4281a89b247;p=thirdparty%2Fpaperless-ngx.git Fix note indentation in dev docs --- diff --git a/docs/development.md b/docs/development.md index 5a1fa8d9cc..d39261e23e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -57,7 +57,8 @@ After you forked and cloned the code from GitHub you need to perform a first-time setup. !!! note -Every command is executed directly from the root folder of the project unless specified otherwise. + + Every command is executed directly from the root folder of the project unless specified otherwise. 1. Install prerequisites + pipenv as mentioned in [Bare metal route](/setup#bare_metal).