replace npm bin with npx in README

This commit is contained in:
Dan Allen
2023-05-15 00:20:34 -06:00
parent 41b1c83f64
commit df8225226c

View File

@@ -118,7 +118,7 @@ If you prefer to install global packages using Yarn, run this command instead:
Alternately, you can use the `gulp` command that is installed by the project's dependencies.
$ $(npm bin)/gulp --version
$ npx --offline gulp --version
Now that you have the prerequisites installed, you can fetch and build the UI project.