Skip to content

Commit

Permalink
Add README docker instruction
Browse files Browse the repository at this point in the history
	modified:   README.org
  • Loading branch information
Gunale0926 committed Aug 30, 2022
1 parent 0923fbf commit 4cc6f6b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
* KO-ON Bot
A Music Player For kookapp.cn
** Download
** Use Docker Image
#+BEGIN_SRC bash
docker pull qihaoran/ko-on-bot
#+END_SRC
** With Codes
*** Download
#+BEGIN_SRC bash
git clone [email protected]:Gunale0926/KO-ON-Bot.git --recursive
python3 -m pip install -r KO-ON-Bot/requirements.txt
#+END_SRC
** Config
*** Config
1. Rename ~config.tmp.json~ to config.json
2. Fill Keywords with value
- ~token*~: KOOK Bot token for bot *
Expand All @@ -15,12 +20,12 @@ python3 -m pip install -r KO-ON-Bot/requirements.txt
- ~qq_enable~: "1" or "0"
- ~q_*~: configs for QQ Music
- ~schedule_*~: configs for scheduler(refer to the template)
** Run the BOT
*** Windows
*** Run the BOT
**** Windows
#+BEGIN_SRC bash
start /main run.bat
#+END_SRC
*** Linux & macOS
**** Linux & macOS
#+BEGIN_SRC bash
sh run.sh
#+END_SRC

0 comments on commit 4cc6f6b

Please sign in to comment.