Getting Started VCU118

From pCT
Revision as of 17:21, 12 September 2019 by Ogr043 (talk | contribs)

1. Fetch changes from upstream repo

2. Checkout tag of your select release. See releases. This guide assumes VCU118-v2.0-alpha4.

<syntaxhighlight lang="bash"> $ git checkout VCU118-v2.0-alpha4 </syntaxhighlight>

3. Make sure repo is clean

4.