1# GUIX Sample Projects 2 3The sample projects contained in this folder are 4 provided to serve as examples for your own application development efforts. Use the example application code to guide your own application development. 5 6These sample projects are part of the GUIX git repo, and are usually cloned to your local machine by the GUIX Studio application. 7 8All of the samples were created using GUIX Studio, with customization added where needed to provide the desired functionality. 9 10To obtain the most up to date versions of these sample applications, from a git bash shell use this command: 11 12> git clone https://github.com/azure-rtos/guix 13 14If you have already cloned the GUIX repository, you can cd into your clone directory and use this command: 15 16> git pull 17 18to update to the latest example code. 19 20--- 21 22