diff --git a/README.md b/README.md index 203434d..0404cc9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To use advanced features such as autocomplete for `function`, `include`, and `gr 1. **Pull the Source Code**: Use the `pos-cli` command to pull the source code into your local environment: ``` -pos-cli modules pull core +pos-cli modules download core ``` 2. **Update Your .gitignore**: Add `modules/core` to your `.gitignore` file to avoid directly modifying the module files. This precaution helps maintain the integrity of the module and simplifies future updates.