update readme
This commit is contained in:
parent
cf9cf06d2b
commit
184a6b6502
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -1,5 +1,11 @@
|
||||||
# tweaks
|
# tweaks
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
No distribution packages yet, please follow the development guide to use for now!
|
||||||
|
|
||||||
|
## Development guide
|
||||||
|
|
||||||
To install dependencies:
|
To install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -9,7 +15,13 @@ bun install
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run index.ts
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
Add `dist/manifest.json` as a debug extension.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
Author: Michael Zhang
|
||||||
|
|
||||||
|
License: GPL-3.0
|
Loading…
Reference in a new issue