From 715ddcd168c72d45f72a4c6d9d02f28a40f206b8 Mon Sep 17 00:00:00 2001 From: kale <42823429+oelin@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:45:42 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 634e85f..6d91706 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Discord bot for all your Midjourney needs! Use this bot to convert text prompt ## Usage -To run this demo, clone the repository and then create a `config.json` file containing your bot's token. Then run with `npm`. +To run this demo, clone the repository and then create a `config.json` file containing your bot's token. ```sh git clone https://github.com/oelin/midjourney-reborn/ @@ -21,9 +21,13 @@ cd midjourney-reborn echo {"token": "YOUR TOKEN"} > ./config.json ``` +Then run the following commands to install start the bot. + ```sh npm i +npm run deploy + npm start ```