diff --git a/README.md b/README.md index 3d6421b..625caca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # DbPathFinder Small application which shows the A* path finding algorithm. +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbPathFinder.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbPathFinder) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/29d40017017840ffaf62bd8d86b9bb0e)](https://www.codacy.com/app/0xFEEDC0DE64/DbPathFinder?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbPathFinder&utm_campaign=Badge_Grade) + ![The demo showing pathfinding](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPathFinder/master/demo.gif) -# Building from source +## Building from source This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) ```Shell @@ -16,5 +18,5 @@ cd build_DbSoftware qmake CONFIG+=ccache ../DbSoftware make -j$(nproc) sub-DbPathFinder make sub-DbPathFinder-install_subtargets -./bin/databasetree +./bin/pathfinder ```