From 9b2ad9fa8069b7639f87d5cd7bf016ad300c1a30 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 28 Jun 2019 17:58:44 -0400 Subject: [PATCH] Add .env step to install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab348cc9..b7d2e9d1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Xiao is a Discord bot coded in JavaScript with 1. Make sure you have installed [Node.js](https://nodejs.org/en/) >=10 and [Git](https://git-scm.com/). 2. Clone this repository with `git clone https://github.com/dragonfire535/xiao.git`. 3. Run `cd xiao` to move into the folder that you just created. +4. Create a file named `.env` and fill it out as shown in `.env.example`. ### Windows