From 8b8b1d5fc0b487c107a6a7a85e781694dea71714 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Tue, 26 Dec 2023 23:42:51 -0500 Subject: [PATCH] Update README --- README.md | 4 +--- package.json | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) 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" },