Skip to content

Commit 6195033

Browse files
Update examples/springdoc-openapi-scala-2/simple/README.md
Co-authored-by: Kevin Wallimann <[email protected]>
1 parent 14b388d commit 6195033

File tree

1 file changed

+3
-0
lines changed
  • examples/springdoc-openapi-scala-2/simple

1 file changed

+3
-0
lines changed

examples/springdoc-openapi-scala-2/simple/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ To run the application with hot-reload enabled:
1414

1515
```bash
1616
cd springdoc-openapi-scala/examples/springdoc-openapi-scala-2/simple
17+
```suggestion
18+
cd springdoc-openapi-scala/examples/springdoc-openapi-scala-2/simple
19+
sed -i '' 's/`springdoc-openapi-scala-2-version`: String = \?\?\?/`springdoc-openapi-scala-2-version`: String = "0.3.2"/g' build.sbt # Omit '' after the -i flag if not on mac
1720
sbt compile
1821
sbt "~reStart"
1922
```

0 commit comments

Comments
 (0)