diff --git a/CHANGELOG b/CHANGELOG index 1113e8c..852cd52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,3 +34,6 @@ - Added Makefile - Able to create .app MacOsX files using "make app" - Able to create tar.gz file containing Mac OsX application and samples using "make mac" + +0.7 +- Added README \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..e1038b6 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +To launch the application, run + +./relational.py + +If it needs some dependencies, check this page: +http://galileo.dmi.unict.it/wiki/relational/doku.php?id=download#install \ No newline at end of file