diff --git a/README.md b/README.md index 54bca49c..7afc18ab 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,19 @@ Then, from within your project folder: npm run build surge public my-project.surge.sh ``` + +### With [Netlify](https://www.netlify.com/) CLI + +Install `netlify-cli` if you haven't already: + +```bash +npm install -g netlify-cli +``` + +Then, from within your project folder: + +```bash +netlify deploy --prod +``` + +Follow the instructions and be sure to set `public` as Publish Directory.