Update README
This commit is contained in:
parent
4055d42f33
commit
8b8b1d5fc0
|
@ -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).
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"license": "GPL-3.0",
|
||||
"bin": {
|
||||
"ludus": "index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user