File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ cd eliza-starter
55
55
cp .env.example .env
56
56
pnpm i && pnpm build && pnpm start
57
57
```
58
- Once the agent is running, You should see the message to run "pnpm start: client " at the end.
58
+ Once the agent is running, you should see the message to run "pnpm start: client " at the end.
59
59
Open another terminal and move to same directory and then run below command and follow the URL to chat to your agent.
60
60
``` bash
61
61
pnpm start:client
@@ -86,7 +86,7 @@ Copy .env.example to .env and fill in the appropriate values.
86
86
cp .env.example .env
87
87
```
88
88
89
- Note: .env is optional. If your planning to run multiple distinct agents, you can pass secrets through the character JSON
89
+ Note: .env is optional. If you're planning to run multiple distinct agents, you can pass secrets through the character JSON
90
90
91
91
### Automatically Start Eliza
92
92
You can’t perform that action at this time.
0 commit comments