diff --git a/README b/README.md similarity index 76% rename from README rename to README.md index 6ce4810cda108b1ded1c2f6006f064bacf029ba0..1a624b4e147d5c460f412396fa930e9160b78ec8 100644 --- a/README +++ b/README.md @@ -1,5 +1,7 @@ - Automata (Algorithms) Library Toolkit +Automata (Algorithms) Library Toolkit +===================================== + What is it? ----------- @@ -15,8 +17,7 @@ algorithms in form of by pipe comunicating tools. The Latest Version ------------------ -Details of the latest version can be found on the project page under -https://gitlab.fit.cvut.cz/travnja3/automata-library. +Details of the latest version can be found on the project page on our [gitlab][1]. Documentation ------------- @@ -30,7 +31,7 @@ Installation Project is pure c++ builded by makefile. Minimal version of make is 3.9 and of g++ is 4.8. Dependencies include binutils-dev libiberty-dev libcppunit-dev libtclap-dev. -Vim configuration is available in .lvimrc file and http://www.vim.org/scripts/script.php?script_id=441 is used to load this file. +Vim configuration is available in .lvimrc file and [localvimrc][2] is used to load this file. Licensing --------- @@ -51,9 +52,11 @@ resources at ?? for bug reporting at ?? o If you want to participate in actively developing ALT please -subscribe to the `??' mailing list as described at ?? +subscribe to the ?? mailing list as described at ?? Authors ------- +[1]: https://gitlab.fit.cvut.cz/travnja3/automata-library. +[2]: http://www.vim.org/scripts/script.php?script_id=441