Skip to content

Commit

Permalink
add note about .env being optional
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime committed Nov 20, 2024
1 parent 8962b65 commit c3ab946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@
### Edit the .env file

Copy .env.example to .env and fill in the appropriate values
Copy .env.example to .env and fill in the appropriate values.

```
cp .env.example .env
```

Note: .env is optional. If your planning to run multiple distinct agents, you can pass secrets through the character JSON

### Automatically Start Eliza

This will run everything to setup the project and start the bot with the default character.
Expand Down

0 comments on commit c3ab946

Please sign in to comment.