All the pdf documents can be found in the Documentation folder. There is also relevant information inside each one of the repository folder and in the wiki.
$ sudo apt update
$ sudo apt upgrade -y
$ sudo apt install tree git -y
$ mkdir -p $HOME/Development
using https
$ cd $HOME/Development
$ git clone https://github.com/SundanceMultiprocessorTechnology/VCS-1.git
OR using ssh
$ cd $HOME/Development
$ git clone [email protected]:SundanceMultiprocessorTechnology/VCS-1.git
$ cd $HOME/Development/VCS-1
$ git pull
$ cd $HOME/Development/VCS-1
$ ./push.sh
2019 (c) GPLv3 - Sundance Multiprocessor Technology Ltd.