diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 827638468e5ba416767459bdf3762a9c3ecf18ca..f15d324fe0fc62a17111bbd546e6da0b052d8d44 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -2131,7 +2131,7 @@ In this case, ensure that the file is there with the proper lettercase and that
 **To do a manual deploy to Netlify’s CDN:**
 
 ```sh
-npm install netlify-cli
+npm install netlify-cli -g
 netlify deploy
 ```