Skip to content

Commit

Permalink
move tabtab to be installed automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ranyitz committed Mar 9, 2018
1 parent 5897f68 commit 2ba4419
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ This tool should help me ease and improve this workflow.
npm i --global qnm
```

> You will be prompt to setup the completion script, use the keyboard to choose the best option for you.
> The script will enable tab completions for node_modules.
![completion-script-prompt](assets/completion-script-prompt.png)
> qnm will also install tab completions during post install.
## Usage
```bash
Expand Down
Binary file removed assets/completion-script-prompt.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "ranyitz/qnm",
"scripts": {
"test": "jest",
"install": "tabtab install",
"install": "tabtab install --auto",
"test:watch": "jest --watch"
},
"engines": {
Expand Down

0 comments on commit 2ba4419

Please sign in to comment.