aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf99ff3..1eb4383 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# Ponyfind
```plaintext
-npm install
-node index.js
-``` \ No newline at end of file
+npm install # Install dependencies
+node update/index.js # Generate database
+node index.js # Start bot
+```