From 2c247deaa050ca2648edc38b706f459d46bbd16d Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Fri, 20 Sep 2024 10:39:13 +0700 Subject: [PATCH] fixed formatting for shell commands --- .../install-node-software/cli/storage-node/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(docs)/node/get-started/install-node-software/cli/storage-node/page.md b/app/(docs)/node/get-started/install-node-software/cli/storage-node/page.md index beeadb49a..91ad8ad3a 100644 --- a/app/(docs)/node/get-started/install-node-software/cli/storage-node/page.md +++ b/app/(docs)/node/get-started/install-node-software/cli/storage-node/page.md @@ -41,7 +41,7 @@ The writeability and readability checks are performed on the storage location, n You need to allow an execution for the `bin` subfolder in your storage location Replace the `` with your parameter. -``` +```shell mkdir -p /bin chmod +x /bin ``` @@ -65,7 +65,7 @@ docker run --rm -e SETUP="true" \ You need to allow an execution for the `bin` subfolder in your storage location. Replace the `` with your parameter. -``` +```shell mkdir -p /bin chmod +x /bin ```