diff options
author | Minteck <contact@minteck.org> | 2022-01-14 14:41:21 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-14 14:41:21 +0100 |
commit | 0087e3a858065440b040db4386a611fb77a26dd8 (patch) | |
tree | 1e1f796ffe96b7cd551a07f5749f8f048bcb11da | |
parent | 9d8199cc97d783100c8d945755dccb4df202d0c1 (diff) | |
download | ponyfind-0087e3a858065440b040db4386a611fb77a26dd8.tar.gz ponyfind-0087e3a858065440b040db4386a611fb77a26dd8.tar.bz2 ponyfind-0087e3a858065440b040db4386a611fb77a26dd8.zip |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ # Ponyfind ```plaintext -npm install # Install dependencies -node update/index.js # Generate database -node bot.js # Start bot + npm install # Install dependencies + node update/index.js # Generate database + node index.js # Start bot (multi-threaded) +# node bot.js # Start bot (single-threaded) ``` > Create a `./beta` file to start the bot in beta mode (using the beta token) instead of stable mode (using the stable token)
\ No newline at end of file |