crabot 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/package.json +1 -1
- package/vendor/crabot +0 -0
package/README.md
CHANGED
|
@@ -22,14 +22,9 @@ npm install -g crabot
|
|
|
22
22
|
# or with bun
|
|
23
23
|
bun install -g crabot
|
|
24
24
|
# run once without installing
|
|
25
|
-
npx crabot
|
|
25
|
+
npx crabot --version
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
For an install that fetches nothing, download the standalone binary for your
|
|
29
|
-
platform directly from the
|
|
30
|
-
[GitHub releases](https://github.com/gotry-io/Crabot/releases) and put it on
|
|
31
|
-
your `PATH`.
|
|
32
|
-
|
|
33
28
|
## Usage
|
|
34
29
|
|
|
35
30
|
```sh
|
package/package.json
CHANGED
package/vendor/crabot
CHANGED
|
Binary file
|