Skip to content

Commit

Permalink
fixed formatting for shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Sep 20, 2024
1 parent 76ecac0 commit 2c247de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<storage-dir>` with your parameter.

```
```shell
mkdir -p <storage-dir>/bin
chmod +x <storage-dir>/bin
```
Expand All @@ -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 `<storage-dir>` with your parameter.

```
```shell
mkdir -p <storage-dir>/bin
chmod +x <storage-dir>/bin
```
Expand Down

0 comments on commit 2c247de

Please sign in to comment.