From 99b83d0d63a15b8eda0a45fe7df837b6c0aedade Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 30 Jul 2017 11:05:45 -0400 Subject: [PATCH] Added build instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e70181..05da5d9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ A back to the basics CSS starter kit. For when you don’t need the whole boot. ## Developers -Shoelace ships with a CLI that can be used to build a dist and optionally publish it to an S3 bucket. To see all available flags, run: +Shoelace ships with a CLI that can be used to build a dist and optionally publish it to an S3 bucket. To build a dist, run: + +``` +node shoelace.js --build +``` + +To see all available flags, run: ``` node shoelace.js --help