mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 04:03:28 +00:00
rename (#11)
* align docs and contract * clean * rename from deskctl-cli to deskctl * runtime
This commit is contained in:
parent
88f9ff85a3
commit
eac3a61ceb
18 changed files with 41 additions and 47 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# deskctl
|
||||
|
||||
[](https://www.npmjs.com/package/deskctl-cli)
|
||||
[](https://www.npmjs.com/package/deskctl)
|
||||
[](https://github.com/harivansh-afk/deskctl/releases)
|
||||
[](#support-boundary)
|
||||
[](skills/deskctl)
|
||||
|
|
@ -10,7 +10,7 @@ Non-interactive desktop control for AI agents on Linux X11.
|
|||
## Install
|
||||
|
||||
```bash
|
||||
npm install -g deskctl-cli
|
||||
npm install -g deskctl
|
||||
deskctl doctor
|
||||
deskctl snapshot --annotate
|
||||
```
|
||||
|
|
@ -18,10 +18,11 @@ deskctl snapshot --annotate
|
|||
One-shot execution also works:
|
||||
|
||||
```bash
|
||||
npx deskctl-cli --help
|
||||
npx deskctl --help
|
||||
```
|
||||
|
||||
`deskctl-cli` installs the `deskctl` command by downloading the matching GitHub Release asset for the supported runtime target.
|
||||
`deskctl` installs the command by downloading the matching GitHub Release asset for the supported runtime target.
|
||||
|
||||
|
||||
## Installable skill
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue