From 24af1c5dcea72cad241f650b74b80bb36bcb3200 Mon Sep 17 00:00:00 2001 From: Jerad Bitner Date: Sat, 26 Oct 2024 13:28:27 -0700 Subject: [PATCH] Update README.md Resolves #39 Improve the command for running your own character which had a typo and only talked about the argument and not the entire command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2832ba8d..9f0af7dcda 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ https://docs.npmjs.com/downloading-and-installing-node-js-and-npm ## Edit the character file - Check out the file `src/core/defaultCharacter.ts` - you can modify this -- You can also load characters with the `--charaters=` and run multiple bots at the same time. +- You can also load characters with the `node --loader ts-node/esm src/index.ts --characters="path/to/your/character.json"` and run multiple bots at the same time. ### Linux Installation You might need these