Skip to content

Commit 3bee7d5

Browse files
committed
indent shell examples
1 parent e02c0cb commit 3bee7d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ We provide a platform independent justfile with recipes for all the development
2020
Next, initialize and install the development environment:
2121

2222
```shell
23-
just setup
24-
just install
23+
just setup
24+
just install
2525
```
2626

2727
## Documentation
@@ -92,7 +92,7 @@ Additional dependency groups will need to be installed for some RDBMS, to run th
9292
The release workflow is triggered by tag creation. You must have [git tag signing enabled](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Our justfile has a release shortcut:
9393

9494
```shell
95-
just release x.x.x
95+
just release x.x.x
9696
```
9797

9898
## Just Recipes

0 commit comments

Comments
 (0)