Skip to content

Commit

Permalink
Merge pull request #7 from andrsnn/add-install-command
Browse files Browse the repository at this point in the history
Added install command in readme
  • Loading branch information
andrsnn committed Mar 28, 2021
2 parents 099e9f5 + 7f2b4c8 commit 5361000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,10 @@ Pipemill allows manipulation of stdin process streams, chaining stdin between a

Inspiration taken from the [unix pipemill](https://en.wikipedia.org/wiki/Pipeline_(Unix)#Pipemill).

## Install

`npm i -g pipemill`

## Examples

### Replace package.json license
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pipemill",
"version": "2.2.8",
"version": "2.2.9",
"description": "All your favorite *nix utilities in JavaScript.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5361000

Please sign in to comment.