chore: spaces out bash scripts

This commit is contained in:
Tara Z. Manicsic 2022-02-25 23:04:51 -05:00 committed by GitHub
parent 7b0de3249d
commit 928924da20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,9 @@ Click the 'Use the Template' button at the top of this repo. Then install the Ne
```bash ```bash
git clone https://github.com/netlify-templates/nuxt-toolbox git clone https://github.com/netlify-templates/nuxt-toolbox
npm install netlify-cli -g # to install the Netlify CLI tool globally npm install netlify-cli -g # to install the Netlify CLI tool globally
netlify init # initialize a new Netlify project & deploy netlify init # initialize a new Netlify project & deploy
``` ```