Skip to content

Commit cb6b353

Browse files
authored
docs: update readme
1 parent 88d8956 commit cb6b353

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Modrinth Discord Bot
22

3+
The discord bot that powers our Discord server.
4+
35
## Environment variables
46

57
See .env.example
68

79
## Development
810

9-
Install deps and run in dev mode:
11+
1. Clone the repository
12+
2. Copy .env.example and rename it into .env
13+
3. Install deps and run in dev mode:
1014

1115
```powershell
12-
pnpm install
16+
$ pnpm install
1317
pnpm dev
1418
```
1519

0 commit comments

Comments
 (0)