Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sirkitree authored Oct 26, 2024
1 parent 1a5b4d9 commit 24af1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path>` 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
Expand Down

0 comments on commit 24af1c5

Please sign in to comment.