Skip to content

Commit 3c00132

Browse files
author
mike dupont
committed
adding readem
1 parent 125935a commit 3c00132

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ git clone https://github.com/meta-introspector/eliza-starter
2626
pnpm start --characters="characters/eliza.character.json"
2727
```
2828
29+
the --characters="characters/eliza.character.json" is hard coded on the client and must match the server version
30+
2931
```
3032
nvm install --lts
3133
nvm use --lts
@@ -36,7 +38,7 @@ pnpm rebuild
3638

3739
docker run -d -p 9411:9411 openzipkin/zipkin
3840

39-
pnpm start --characters="characters/eliza.character.json"
41+
pnpm start
4042
```
4143
4244
Run just this

0 commit comments

Comments
 (0)