aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-15 10:54:32 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-15 16:22:01 -0500
commit16b7fb29fb5bd01f346749020dc43fa24a16993f (patch)
tree53c89bf3566beafbe71a9daa6ca804cf717f7359 /README.md
parentf815095b28de01959c536850462566e9a37a01f3 (diff)
downloadDLAP-16b7fb29fb5bd01f346749020dc43fa24a16993f.tar.gz
DLAP-16b7fb29fb5bd01f346749020dc43fa24a16993f.tar.bz2
DLAP-16b7fb29fb5bd01f346749020dc43fa24a16993f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index f2941cd..9696433 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,9 @@ If you want to become a maintainer, you must at least know this source code, Jav
Also you must join my discord server (Support Server) to communicate with me.
# Recommended Software Requirements
-- Latest version of NodeJS (v16.9.0+)
+- Latest version of NodeJS (v16.11.0+)
- Linux (or WSL for Windows users)
- Yarn Package Manager
-- NodeJS v18.5.0+
# Docker
First install Docker then using CMD or a terminal change directory to DLAP root folder and type the following:
@@ -42,7 +41,7 @@ docker run -d -v <path to config>:/usr/src/bot/config.json -v <path to music>:/u
View logs (optional)
```
-docker logs -f mybot
+docker logs -f dlap
```
- -f flag tells the docker to keep reading logs as they appear in container and is called "follow mode". To exit press CTRL + C.