[doc] Updated README.md

This commit is contained in:
giomba 2019-08-16 18:44:57 +02:00
parent e37455b8c0
commit 6fa30bd81d
2 changed files with 19 additions and 23 deletions

23
README
View File

@ -1,23 +0,0 @@
Argento
===============
A management software for GOLEM - Gruppo Operativo Linux Empoli.
== Components ==
argento:
president's interface to run on Sala-Corsi
nicolodi:
socio's interface to run on Limortouch
== Dependencies ==
On Debian/Ubuntu/Mint:
qt5-default
... TODO ...
== Build ==
$ cd $REPOSITORY
$ mkdir build-component
$ cd build-component
$ qmake ../component
$ make -j$(nproc)

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Gestionale da Paura
A management software for GOLEM - Gruppo Operativo Linux Empoli.
## Components
* argento: president's interface to run on Sala-Corsi
* nicolodi: socio's interface to run on Limortouch
## Dependencies
On Debian/Ubuntu/Mint:
qt5-default
... TODO ...
# Build
$ cd $REPOSITORY
$ mkdir build-component
$ cd build-component
$ qmake ../component
$ make -j$(nproc)