diff options
Diffstat (limited to 'src/api/README.md')
| -rw-r--r-- | src/api/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/api/README.md b/src/api/README.md index 8eed370..4f38b66 100644 --- a/src/api/README.md +++ b/src/api/README.md @@ -1,5 +1,6 @@ +# Panel UI OpenAPI Definitions -``` +```bash brew install openjdk export PATH="/opt/homebrew/opt/openjdk/bin:$PATH" export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include" @@ -7,9 +8,6 @@ export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include" source ~/.zshrc # or source ~/.bash_profile java -version - - wget https://fsb.generalresearch.com/openapi.json - openapi-generator-cli generate -i ./openapi.json -g typescript-axios -o ./ ```
\ No newline at end of file |
