We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64cb85 commit efebebdCopy full SHA for efebebd
README.md
@@ -1,2 +1,15 @@
1
# explainshell-cli-opener
2
-Write a command-line and open its explainshell.com explanation in a browser automatically
+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