Skip to content

Commit 44779ae

Browse files
committed
Update code blocks in readme
1 parent f018575 commit 44779ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
See instructions at https://www.microsoft.com/net/core
99

1010
## Docker
11-
```
11+
```bash
1212
cd=`pwd`
1313
docker pull mcr.microsoft.com/dotnet/sdk:10.0
1414
docker run -v "$(pwd)":/work -w /work -it -p 5000:80 mcr.microsoft.com/dotnet/sdk:10.0 bash
1515
```
1616

1717
## Database
18-
```
18+
```bash
1919
# in terminal:
2020
docker volume create rethinkdb_data
2121
docker run --rm -it --name rethinkdb-manual -v rethinkdb_data:/data -p 8080:8080 -p 28015:28015 -p 29015:29015 rethinkdb
@@ -34,14 +34,14 @@ r.grant("openrct2-api-live", {"config": true})
3434
```
3535
3636
## Building / Launching
37-
```
37+
```bash
3838
cd src/OpenRCT2.API
3939
dotnet run
4040
```
4141
4242
## Configuration
4343
~/.openrct2/api.config.yml:
44-
```
44+
```yaml
4545
api:
4646
bind:
4747
baseUrl:

0 commit comments

Comments
 (0)