1
0
Fork 0

docs: fix a few things

This commit is contained in:
ssube 2019-06-15 21:13:15 -05:00
parent ce75930a3c
commit 035e5cacfe
1 changed files with 3 additions and 2 deletions

View File

@ -30,10 +30,11 @@ Or, as an acronym, JSON **s**chema **a**nalysis, **l**inting, and **t**ransforma
## Build
This project is written in Typescript and requires Node to be built.
This project is written in Typescript and requires `node` and `yarn` to build.
```shell
> git clone git@github.com:ssube/salty-dog.git
> cd salty-dog
> make
```
@ -175,4 +176,4 @@ The path to a file containing some `rules`.
The source file to validate.
Defaults to stdin (`-`) to work with pipes: `cat file.yml | salty --source -`
Defaults to stdin (`-`) to work with pipes: `cat file.yml | salty-dog --source -`