Skip to content

Commit f8496c9

Browse files
committed
wip
1 parent 1f985d6 commit f8496c9

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,14 @@ $ sh <(curl https://yoink.sh) mxcl/brewx
77
installed: ~/.local/bin/brewx
88
```
99

10-
This doesn’t install `yoink` itself:
10+
This installs [`brewx`](https://github.com/mxcl/brewx) but it doesn’t install
11+
`yoink` itself:
1112

1213
```sh
1314
$ which yoink
1415
yoink not found # `yoink` NOT YOINKED
1516
```
1617

17-
But it did install `brewx`:
18-
19-
```sh
20-
$ brewx cowsay we need moar yoink
21-
____________________
22-
< we need moar yoink >
23-
--------------------
24-
\ ^__^
25-
\ (oo)\_______
26-
(__)\ )\/\
27-
||----w |
28-
|| ||
29-
```
30-
3118
You can install yoink with yoink if you like:
3219

3320
```sh
@@ -49,7 +36,7 @@ $ yoink rm mxcl/brewx
4936
# ^^ removes brewx
5037
```
5138

52-
Why install anything? You can just run things.
39+
Alternatively, you can just run things:
5340

5441
```sh
5542
$ sh <(curl https://yoink.sh) denoland/deno eval 'console.log("hi")'

0 commit comments

Comments
 (0)