1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-01-28 07:03:11 +08:00
guix/samples/sample_readme.md
2021-04-03 01:05:26 +00:00

815 B

GUIX Sample Projects

The sample projects contained in this folder are provided to serve as examples for your own application development efforts. Use the example application code to guide your own application development.

These sample projects are part of the GUIX git repo, and are usually cloned to your local machine by the GUIX Studio application.

All of the samples were created using GUIX Studio, with customization added where needed to provide the desired functionality.

To obtain the most up to date versions of these sample applications, from a git bash shell use this command:

git clone https://github.com/azure-rtos/guix

If you have already cloned the GUIX repository, you can cd into your clone directory and use this command:

git pull

to update to the latest example code.