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 ```