Skip to content

Commit 0a93129

Browse files
authored
Update Readme about absolute file path (#12)
* Update README.md * Update README.md
1 parent decd69a commit 0a93129

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
@@ -76,6 +76,8 @@ You can now continue with [generating code](#generate-code).
7676

7777
## Generate Code <span id="generate-code"></span>
7878

79+
Note: If OpenAPI spec file is present locally on the file system, then for UNIX bases OS, `openApiPath` must start with `/` and should provide aboslute path instead of relative path from the current directory. Example: `/home/user/documents/MyProjectOpenAPISpec.yml`
80+
7981
### Console
8082

8183
> Tip: If you use Docker, run `make cli` before running any of these commands.

0 commit comments

Comments
 (0)