From 035e5cacfe84688f0749a6b15a16f79492ddc818 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 15 Jun 2019 21:13:15 -0500 Subject: [PATCH] docs: fix a few things --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be9aa72..bee815b 100644 --- a/README.md +++ b/README.md @@ -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 -`