mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Deleted installing dependencies from Discord README since it's done automatically when cloning
This commit is contained in:
committed by
Jarred Sumner
parent
fe858a9196
commit
76ef4fc976
@@ -10,12 +10,6 @@ A [slash-create](https://npm.im/slash-create) template, using [Bun runtime](http
|
||||
bun create discord-interactions interactions-bot
|
||||
```
|
||||
|
||||
After that, make sure to install dependencies using bun or any other npm compatible package manager:
|
||||
|
||||
```sh
|
||||
bun install
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
To run this locally, rename `.env.example` to `.env` and fill in the variables, then you can run `bun run.js` to start a local dev environment and use something like ngrok/cloudflare to tunnel it to a URL.
|
||||
|
||||
Reference in New Issue
Block a user