diff --git a/docs/blog/version-4.5-release-notes.md b/docs/blog/version-4.5-release-notes.md index 6c5982a26f..b380d54653 100644 --- a/docs/blog/version-4.5-release-notes.md +++ b/docs/blog/version-4.5-release-notes.md @@ -18,7 +18,7 @@ Version 4.5 of [Foal](https://foalts.org/) is out! In previous versions, the tutorial suggested installing the CLI globally to create a new application or generate files. However, it is considered bad practice to install a dependency globally for local use. -In addition, the CLI was also installed locally so that the build command would work when deploying the application to a CI or to production. This maintained two versions of the same CLI +In addition, the CLI was also installed locally so that the build command would work when deploying the application to a CI or to production. This was maintaining two versions of the CLI. To correct this, in the documentation and examples, the CLI is now always installed and used locally. To use it, simply add `npx` before each command (except for `createapp`).