From 201a9c2f5ffc2de1bfb931f661e64c14b982fa71 Mon Sep 17 00:00:00 2001 From: panr Date: Fri, 17 Jul 2020 00:23:30 +0200 Subject: [PATCH] Update README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2484a..2142d5b 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,9 @@ The theme is using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle Javascr From your Hugo root directory run: ``` -yarn add -D @babel/core @babel/cli @postcss-cli +yarn add -D @babel/core @babel/cli postcss-cli cd themes/terminal +git checkout v2 yarn cd ../.. ```