Working with GitHub
Importing the user guide examples
All the example projects are available on Github at
https://github.com/scadedoc/UgExamples.
Follow the steps to import them:
Clone the repository
a. In a directory of your choice, lets say Projects, clone the UgExamples
b. Use git command git clone https://github.com/scadedoc/UgExamples
Import into IDE
Use the File > Import project command and import one or all example projects:
Select Existing Projects into Workspace
and select the projects you want to import
Clean the project once in case you have problems
Execute a clean command in case you are getting error messages such as "file not found"
The examples are ready to be used
Updated over 7 years ago