Skip to content

Commit 56fe33b

Browse files
authored
Merge pull request #8788 from michal-ciechan/master
Added Windows Docker Run instruction
2 parents c9227af + 0f0e18f commit 56fe33b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli generate \
229229
-o /local/out/go
230230
```
231231

232+
(On Windows replace `${PWD}` with `%CD%`)
233+
232234
The generated code will be located under `./out/go` in the current directory.
233235

234236
## Getting Started

0 commit comments

Comments
 (0)