diff options
Diffstat (limited to 'cli/README.md')
| -rw-r--r-- | cli/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md new file mode 100644 index 0000000..cdf1245 --- /dev/null +++ b/cli/README.md @@ -0,0 +1,15 @@ +# sb1-actual + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run src/index.ts +``` + +This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. |
