Update README.md

This commit is contained in:
Wizzard 2024-03-09 03:26:06 -05:00
parent 16c1d680cb
commit 2d9f8649a7
1 changed files with 18 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Welcome to Kuzco CLI, a sleek Node.js-based interface for interacting with Kuzco
1. Clone this repository and navigate into the directory:
```bash
git clone https://git.deadzone.lol/Wizzard/kuzco-cli.git
cd kuzco-cli
cd kuzco-cli/cli
```
2. Install the necessary Node.js dependencies:
@ -27,6 +27,16 @@ Welcome to Kuzco CLI, a sleek Node.js-based interface for interacting with Kuzco
npm install
```
3. Installing the GUI:
```bash
cd kuzco-cli/gui
```
4. Install the necessary Node.js dependencies:
```bash
npm install
```
### Configuration
On first run, you'll be prompted to enter your API key for accessing Kuzco's network. This is stored securely and ensures your interactions are authenticated.
@ -35,9 +45,16 @@ On first run, you'll be prompted to enter your API key for accessing Kuzco's net
Run Kuzco CLI with:
```bash
cd kuzco-cli/cli
node main.js
```
Run Kuzco GUI with:
```bash
cd kuzco-cli/gui
electron19 kuzco-gui.js
```
Follow the on-screen prompts to send your AI prompts to the network.
## Contributing