From 928924da2065b4a598a3be54bc5f583e0e0696d4 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Fri, 25 Feb 2022 23:04:51 -0500 Subject: [PATCH] chore: spaces out bash scripts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a67183..63c4870 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Click the 'Use the Template' button at the top of this repo. Then install the Ne ```bash git clone https://github.com/netlify-templates/nuxt-toolbox + npm install netlify-cli -g # to install the Netlify CLI tool globally + netlify init # initialize a new Netlify project & deploy ```