From 048c8a8a52de0200a84d4dea8a06bdb2333d1392 Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 7 Jan 2025 12:21:54 -0500 Subject: [PATCH] split sections --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 551f42c..0ef467c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A Telegram bot which takes requests for modules.lol # Setting up and self hosting +## With Docker +I'll add these instructions later! +## The "Normal" way 1. **Install dependancies** ```bash @@ -28,4 +31,4 @@ A Telegram bot which takes requests for modules.lol **OR** ```bash node index.js - ``` \ No newline at end of file + ```