hubiC
=====

hubiC allows you to synchronize a local folder with your hubiC account.

This client provides:

* A background synchronization service which expose a DBus API to communicate
  with 3rd party frontends
* Basic command line tools to control the background service

See man page in `doc` folder for more informations.


INSTALL
=======

Requirements:
 * Mono 2.10+ runtime
 * A DBus session bus

Run `make install` as root to install application in /usr/local and
required files to start background service automatically.

You can control where files are installed with PREFIX environment variable.


GETTING STARTED
===============

Run `$PREFIX/bin/hubic main-loop` to run background process (it is started
automatically if you have installed .service file)

To log in run `$PREFIX/bin/hubic login my.email@address /folder/to/sync` and
enter your password.

See man page or `$PREFIX/bin/hubic help` for more info.
