Skip to content

Get ASF_Simulation Folder

Prageeth Jayathissa edited this page Mar 16, 2017 · 2 revisions

In order to use the ASF simulation framework, you can either download the .zip file and unpack the folder or you can use the following commands within git:

Git Setup

In Your working directory type

git init

Then Checkout the repository

git clone https://github.com/architecture-building-systems/ASF_Simulation.git

To download the files type

git pull

More information on using git can be found in the section Using Git