Skip to content

Commit

Permalink
doc: Update readme to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
adan-ea committed Jun 27, 2024
1 parent dec7afb commit f393d26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ I self-host the bot but my code isn't yet strong enough to give an invitation li
### ⛓️ Jail

- Jail someone for a random amount of time

When you get mad at someone for not following the rules, you can jail them for a random amount of time.
It will mute/deafen then move to a specific channel and bring the person back unmuted/undeafend after the time is up.

Expand Down Expand Up @@ -127,15 +128,15 @@ WEBHOOK_LOG_URL
```

```
npm i
npm start
pnpm i
pnpm start
```

# 💻 Production

```
npm install --omit=dev
npm start
pnpm install --prod
pnpm start
```

# 🐋 Docker
Expand Down

0 comments on commit f393d26

Please sign in to comment.