-
Notifications
You must be signed in to change notification settings - Fork 30
Get started
Gustavo Pantuza edited this page Apr 30, 2019
·
5 revisions
To use C project template your need to follow the following steps:
git clone https://github.com/pantuza/c-project-template.git
This file contains all necessary variable to configure your project. Just open it with your favorite text editor and change variables.
cd c-project-template
vim project.conf
make start
Just refer to your project directory and test it by running make tests!
We have a page that explains how to check if everything is ok with your bare new project