Update README

This commit is contained in:
Scott Richmond 2023-12-26 23:42:51 -05:00
parent 4055d42f33
commit 8b8b1d5fc0
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,4 @@
# A command-line version of Ludus # A command-line version of Ludus
A Bun-driven, JS-based, 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).

View File

@ -6,6 +6,9 @@
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",
"license": "GPL-3.0", "license": "GPL-3.0",
"bin": {
"ludus": "index.ts"
},
"devDependencies": { "devDependencies": {
"@types/bun": "latest" "@types/bun": "latest"
}, },