Skip to content
Fluidlog edited this page May 31, 2018 · 2 revisions

Welcome to the fludy wiki!

Installation

To install fludy :

git clone --recursive https://github.com/fluidlog/fludy.git
cd fludy
[optional] git submodule foreach git pull origin master

"--recursive" option allow to install dependant library automatically The second line allow to get the last version of dependances.

To pull fluigraphclient project

cd fludy
git pull
[optional] git submodule foreach git pull origin master

Documentation

You can read the dev life of the project here.

Clone this wiki locally