From 0087e3a858065440b040db4386a611fb77a26dd8 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 14 Jan 2022 14:41:21 +0100 Subject: Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bbb372..b68118e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit