Skip to content

Commit 4720152

Browse files
committed
Fix Markdown linting error in README
1 parent 568a3ed commit 4720152

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ The following software packages, or their equivalents, are expected to be instal
2525

2626
1. Copy the environment file:
2727

28-
```shell
29-
cp .env.example .env
30-
```
28+
```shell
29+
cp .env.example .env
30+
```
3131

32-
2. Setup the pre-commit hooks and install dependencies:
32+
1. Setup the pre-commit hooks and install dependencies:
3333

34-
```shell
35-
make config
36-
```
34+
```shell
35+
make config
36+
```
3737

38-
Note: If you encounter Python installation issues on macOS, you may need to install Python with SSL flags:
38+
Note: If you encounter Python installation issues on macOS, you may need to install Python with SSL flags:
3939

40-
```shell
41-
CFLAGS="-I$(brew --prefix openssl@3)/include" \
42-
LDFLAGS="-L$(brew --prefix openssl@3)/lib" \
43-
PKG_CONFIG_PATH="$(brew --prefix openssl@3)/lib/pkgconfig" \
44-
asdf install python 3.13.7
45-
```
40+
```shell
41+
CFLAGS="-I$(brew --prefix openssl@3)/include" \
42+
LDFLAGS="-L$(brew --prefix openssl@3)/lib" \
43+
PKG_CONFIG_PATH="$(brew --prefix openssl@3)/lib/pkgconfig" \
44+
asdf install python 3.13.7
45+
```
4646

4747
## Running the app locally
4848

0 commit comments

Comments
 (0)