From 54a8699a8012079ceb01bf5a589125ef2d53f0d0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Feb 2018 13:28:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba54426..31db6cc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The last feature is the backend and documentation generation based on the DocBlo * Clone the repository somewhere save * Modify the `config.sh` file to your needs -* Run `setup.sh` +* Run `buildProject.sh` ## Dependencies @@ -46,4 +46,4 @@ The following inspections are performed: * Metrics (loc, dependencies) * Code quality (crap, code coverage, code style) -In order to perform these inspections the build system relies on third party tools as well as custom scripts. \ No newline at end of file +In order to perform these inspections the build system relies on third party tools as well as custom scripts.