We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c658d7 commit b38b742Copy full SHA for b38b742
README.md
@@ -55,6 +55,11 @@ cd eliza-starter
55
cp .env.example .env
56
pnpm i && pnpm build && pnpm start
57
```
58
+Once the agent is running, You should see the message to run "pnpm start:client" at the end.
59
+Open another terminal and move to same directory and then run below command and follow the URL to chat to your agent.
60
+```bash
61
+pnpm start:client
62
+```
63
64
Then read the [Documentation](https://elizaos.github.io/eliza/) to learn how to customize your Eliza.
65
0 commit comments