From 0330083b92d53596d6a23adfc7c21e90b780edf4 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Wed, 23 Feb 2022 08:39:13 -0800 Subject: [PATCH] docs: improve clarity of setup instructions Co-authored-by: Prince Wilson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974dd40..1052801 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Want to deploy immediately? Click this button (Clicking this button will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify) ### To deploy using the [Netlify cli](https://cli.netlify.com/): - +Click the 'Use the Template' button at the top of this repo. Then install the Netlify CLI tool and run `netlify init`. Or straight from the Netlify CLI, use the `netlify sites:create-template` command in you terminal ([learn more about this command here](https://www.netlify.com/blog/create-a-site-from-a-template-using-the-netlify-cli)) to do the entire flow for you. ```bash npm install netlify-cli -g # to install the Netlify CLI tool globally netlify init # initialize a new Netlify project & deploy