From 192709bc34898e17279b2238b8eba9c3d5488518 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 15 Feb 2023 20:13:33 +0100 Subject: [PATCH] MISC: Update readme -> add instructions to get a token from kurisu --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 984231ce..416b3b80 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ To update the lektor database, you first need to launch `lektord`, then use the `lkt adm update` to update the database and `lkt adm import` to import users' favorite lists as playlists. +While connected to kurisu, you need to obtain a token, it can be achieved by +visiting the page https://kurisu.iiens.net/api/download.php?token while being +connected. You must copy this token in the `token` field of the `repo` section. + ### How to send commands to lektor Lektor is compatible with mpd, which means that you can use any client (only mpc -- GitLab