Skip to content

Commit b38f39d

Browse files
committed
upd README
1 parent a982e10 commit b38f39d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ docker run --net=host --volume /home/user/ctf01d-training-platform/api:/api/ kis
125125
```
126126

127127

128-
## oapi-codegen
128+
## Generate Go server boilerplate from OpenAPI 3 - oapi-codegen
129129

130130
install:
131131

132-
```
132+
```shell
133133
$ go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
134134
$ export PATH="$PATH:$HOME/bin:$HOME/go/bin"
135135
```
136136

137137

138138
## Database local
139139

140-
```
140+
```shell
141141
$ make run-db
142142
$ psql postgresql://postgres:postgres@localhost:4112/ctf01d_training_platform
143143
ctf01d_training_platform=#

0 commit comments

Comments
 (0)