Skip to content

Commit

Permalink
add readme for CLI
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Aug 20, 2024
1 parent ce928b5 commit 71fd0fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ The project is OpenAI-like API service of SkywardAI ecosystem.
https://github.com/user-attachments/assets/2b8f1ea7-0aca-44ea-b218-eff8e1769729


### CLI 💥
Introducing our new CLI tool!
> Make sure you can normally run `make`, `docker compose`, `gcc`, `sh` in your host machine.
Simply run `make setup` in the root folder to compile & run the CLI tool.

Don't want to set? Directly go to `Save & Build` menu in it and use `Build and start the server` option to load the app in default settings.

No gcc compiler? You can choose to compile the file `/setup/setup.c` yourself.

Explore it yourself to find more settings!


### Local Machine
* Please make sure you installed `Node.js` on your local machine.
Expand Down

0 comments on commit 71fd0fc

Please sign in to comment.