From fce92d6cf1a9f1c76634ba471171bd164e2027e7 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 8 Oct 2018 11:45:06 +0700 Subject: [PATCH] Link to required dependencies Refs https://github.com/TryGhost/Casper/pull/468 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 510c7ea..82e2154 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ One really neat trick is that you can also create custom one-off templates just # Development -Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the theme's root directory: +Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory: ```bash $ yarn install