We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125935a commit 3c00132Copy full SHA for 3c00132
README.md
@@ -26,6 +26,8 @@ git clone https://github.com/meta-introspector/eliza-starter
26
pnpm start --characters="characters/eliza.character.json"
27
```
28
29
+the --characters="characters/eliza.character.json" is hard coded on the client and must match the server version
30
+
31
32
nvm install --lts
33
nvm use --lts
@@ -36,7 +38,7 @@ pnpm rebuild
36
38
37
39
docker run -d -p 9411:9411 openzipkin/zipkin
40
-pnpm start --characters="characters/eliza.character.json"
41
+pnpm start
42
43
44
Run just this
0 commit comments