better bun in README
This commit is contained in:
parent
d5aff726c3
commit
c4583870d3
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,15 +1,19 @@
|
|||
# verdigris
|
||||
|
||||
To install dependencies:
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
## To Build
|
||||
|
||||
```bash
|
||||
bun run index.js
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.1.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
## To Run Tests
|
||||
|
||||
```bash
|
||||
bun test
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue