Skip to content

Commit

Permalink
Merge pull request #1375 from onlyzerosonce/main
Browse files Browse the repository at this point in the history
Update README.md to instructions to start client for chatting with Agent
  • Loading branch information
monilpat authored Dec 22, 2024
2 parents e37fb6d + a8daff1 commit d4a53b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ cd eliza-starter
cp .env.example .env
pnpm i && pnpm build && pnpm start
```
Once the agent is running, You should see the message to run "pnpm start:client" at the end.
Open another terminal and move to same directory and then run below command and follow the URL to chat to your agent.
```bash
pnpm start:client
```

Then read the [Documentation](https://elizaos.github.io/eliza/) to learn how to customize your Eliza.

Expand Down

0 comments on commit d4a53b6

Please sign in to comment.