diff --git a/README.md b/README.md index 2c8e3ce1..6ccfc54b 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ # Rocs: an educational Graph Theory IDE + title="Rocs logo" width="96" height="96"> Rocs is a Graph Theory IDE for everybody interested in designing and analyzing graph algorithms (e.g., lecturers, students, researchers). For all these users, Rocs provides an easy to use visual data structure editor and a powerful scripting engine to execute algorithms. [Rocs at KDE.org](https://www.kde.org/applications/education/rocs). ## Features -- Canvas for Graph Drawing -- IDE for Graph related Programming, using Javascript as it's main language, - plus the graph library -- Data Structures are extensible from the scripting interface, so you can do - anything you want. +- Canvas for Graph Drawing; +- IDE for Graph related Programming, using Javascript as its main language, + plus the graph library; +- Data Structures are extensible from the scripting interface in Javascript, + so you can do anything you want; +- Collection of example algorithms and graph types. + +## Documentation -## Installation - -[Installation instructions](INSTALL.md) \ No newline at end of file + - [Installation instructions](INSTALL.md) + - [Packager instructions](README.packager.md) + - [Developer instructions](README.developer.md)