Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 399 Bytes

INSTALL.md

File metadata and controls

19 lines (13 loc) · 399 Bytes

🔨 Installation

  1. Add the scripts repository as a submodule in your project:

    git submodule add https://github.com/JuanVilla424/scripts.git

    or, using branch

    git submodule add -b <branch_name> https://github.com/JuanVilla424/scripts.git
  2. Update the submodule when there are changes:

    git submodule update --remote --merge