diff --git a/README.md b/README.md index e319b83..7447429 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ # itame -To install dependencies: +Usage: ```bash -bun install +itame --help ``` - -To run: - -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. diff --git a/package.json b/package.json index 7aece24..45fe035 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "itame", + "version": "0.1.0", "module": "index.ts", "type": "module", "private": true,