Skip to content

Commit b822fa5

Browse files
authored
Update README.md
1 parent e6867ea commit b822fa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ But you can also run it locally with the following steps:
2929

3030
4. **Running benchmarks**:
3131
- Develop within the container. All defined extensions and settings in `devcontainer.json` will be available.
32-
- Run ```npm install```
33-
- Run ```npm run init``` to init database
34-
- Run ```npm run drizzle```
35-
- Run ```npm run orange```
36-
- Run ```npm run prisma```
37-
- Run ```npm run mikroorm```
32+
- ```npm install```
33+
- ```npm run init``` to init database
34+
- ```npm run drizzle```
35+
- ```npm run orange```
36+
- ```npm run prisma```
37+
- ```npm run mikroorm``` (Not working yet)
3838

3939
## Note
4040

0 commit comments

Comments
 (0)