Skip to content

Commit efebebd

Browse files
authored
Update README.md
1 parent e64cb85 commit efebebd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# explainshell-cli-opener
2-
Write a command-line and open its explainshell.com explanation in a browser automatically
2+
Write a command-line and open its explainshell.com explanation in a browser automatically.
3+
4+
Works on Linux, macOS, and Windows in WSL2.
5+
6+
## Installation
7+
8+
1. Install [`jq`](https://stedolan.github.io/jq/download/). You can `sudo apt-get install jq` or `brew install jq`.
9+
2. Copy `main.sh` into some directory in your `PATH`, e.g. probably `~/.local/bin` or `/usr/local/bin` or something.
10+
3. Give yourself the permissions to run the script: `chmod u+x main.sh`
11+
4. Name the file something nice, like `wtf`
12+
5. Run it:
13+
```
14+
wtf tar -xzvf foo.tar.gz
15+
```

0 commit comments

Comments
 (0)