mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-19 06:01:18 +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
|
|
@ -16,10 +16,6 @@ import DocLayout from "../layouts/DocLayout.astro";
|
|||
then verify.
|
||||
</p>
|
||||
|
||||
<pre><code>npm install -g deskctl-cli
|
||||
deskctl doctor
|
||||
deskctl snapshot --annotate</code></pre>
|
||||
|
||||
<h2>Start here</h2>
|
||||
|
||||
<ul>
|
||||
|
|
@ -33,6 +29,7 @@ deskctl snapshot --annotate</code></pre>
|
|||
<ul>
|
||||
<li><a href="/commands">Commands</a></li>
|
||||
<li><a href="/architecture">Architecture</a></li>
|
||||
<li><a href="/runtime-contract">Runtime contract</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Agent skill</h2>
|
||||
|
|
@ -47,15 +44,13 @@ deskctl snapshot --annotate</code></pre>
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.npmjs.com/package/deskctl-cli">npm package</a>
|
||||
<a href="https://www.npmjs.com/package/deskctl">npm package</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/harivansh-afk/deskctl/releases">
|
||||
GitHub releases
|
||||
</a>
|
||||
<a href="https://github.com/harivansh-afk/deskctl/releases"> Releases </a>
|
||||
</li>
|
||||
</ul>
|
||||
</DocLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue