From 18cb47880073cd24ae8af1c3d2041a057e565c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Pozs=C3=A1r?= <135258214+simplykatsa@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:18:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.