Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ATechAdventurer authored Sep 11, 2023
1 parent fc90572 commit 4f44063
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ Glider Bot

The official Discord Bot for TheLab.ms

Now powered by Bun
## Setup
### Prerequisites
- Node.js 18.0.0 or higher
- Bun 1.0.0 [Get it Here](https://bun.sh)

### Installation
1. Clone the repository
Expand All @@ -16,11 +17,18 @@ git clone ...
2. Install dependencies

```bash
npm install
bun install
```

3. Run the config command

```bash
npm run config
bun run config
```

4. Edit the config.json file and .env
5. Run the config command again
6. Run it
```bash
bun run start
```

0 comments on commit 4f44063

Please sign in to comment.