3.1.8.1 Cloning the Application

Prerequisites – Git Bash (2.42.0)

To download the existing application project folder in your PC:
  1. Install Git Bash, and Open Git CMD
  2. In Git CMD window, enter the following command
    git clone https://github.com/MicrochipTech/microchip-pic-avr-rnwfxx-examples.git -b vX.X.X
    Figure 3-38. git clone
Note:
  • vX.X.X – Represents the release tag, ensure to use the latest tag on the GitHub page.