diff --git a/README.md b/README.md index 53afc6b..88072e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # A command-line version of Ludus A Bun-driven, JS-based, command-line version of Ludus. -Download a MacOS (ARM64) from the releases page, or use NPM to install `@ludus/cli`. - - +Download a MacOS (ARM64) from the releases page (temporarily unavailable), or run locally using [Bun](https://bun.sh). Downloadable as `@ludus/cli` from [NPM](https://www.npmjs.com/package/@ludus/cli). diff --git a/package.json b/package.json index 1bc82cf..fd090fe 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "module": "index.ts", "type": "module", "license": "GPL-3.0", + "bin": { + "ludus": "index.ts" + }, "devDependencies": { "@types/bun": "latest" },