From 66474d788d3f09ad0ca6e6d90937f0a827471c18 Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 13 Nov 2022 04:38:04 +0000 Subject: [PATCH] add clone instructions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 61208de..a84911c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # music bot ## try for yourself default prefix is `?/` +### clone repo +```sh +git clone https://gitea.parrrate.ru/PTV/v6d3music.git +cd v6d3music +``` ### set token ```sh cp .trial_token_example.env .trial_token.env