Skip to content

Commit 456b0dd

Browse files
author
mike dupont
committed
update
1 parent 4292d30 commit 456b0dd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
#
2+
3+
git clone https://github.com/meta-introspector/eliza-starter
4+
5+
```
6+
nvm install --lts
7+
nvm use --lts
8+
rm -rf node_modules/
9+
rm -rf dist/
10+
pnpm i && pnpm build && pnpm start
11+
pnpm rebuild
12+
13+
docker run -d -p 9411:9411 openzipkin/zipkin
14+
15+
pnpm start --characters="characters/eliza.character.json"
16+
```
17+
18+
Run just this
19+
`scripts/start.sh` does the first install
20+
`scripts/just_start.sh` then you can run this
21+
`agent/run.sh` afterwards you can just run this to debug the agent
22+
123
# Eliza 🤖
224

325
<div align="center">

0 commit comments

Comments
 (0)