update readme

This commit is contained in:
Michael Zhang 2024-07-27 16:29:54 -05:00
parent cf9cf06d2b
commit 184a6b6502

View file

@ -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