From b07b8d65a66984ade8eea076f653a4281a89b247 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 Jan 2023 12:43:19 -0800 Subject: [PATCH] Fix note indentation in dev docs --- docs/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 5a1fa8d9c..d39261e23 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).