We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c5f84 + 687b58d commit a7cf09dCopy full SHA for a7cf09d
README.md
@@ -12,12 +12,18 @@
12
```sh
13
brew install thetnaingtn/tap/forky
14
```
15
-then
+### npm
16
+If you are a Node.js developer and Node.js is already installed on your system? Perfect! **forky** also available as **npm** package
17
+```sh
18
+npm install -g forkyy
19
+```
20
+> Yes, you are right! The package name has an extra `y`. That is because the name `forky` is already taken by another package.
21
+## Usage
22
23
forky --token `your github token`
24
25
## Keymaps
-You can use following keys to interact with **forky**
26
+You can use the following keys to interact with **forky**
27
| Key | Description |
28
|:-----------------|:--------------------------------------------|
29
| <kbd>a</kbd> | Select all forks |
0 commit comments