From 510ee03b9c9268d34e495a6dadf9dfd0d52c5855 Mon Sep 17 00:00:00 2001 From: Fabian Holler Date: Tue, 31 Jul 2018 18:01:52 +0200 Subject: [PATCH] docs: update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c020b0e9..617438238 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ baur will implement: need to be build Baur makes certain Assumptions: +- the baur repository is part of a git repository, - an application directory only contains one application, - an application can be build by running a single command, a build has to produce 1 or more build artifacts @@ -24,9 +25,9 @@ Baur makes certain Assumptions: To build baur run `make`. ## Dependencies -- To make use of git specific functionality like using the `$GITCOMMIT` variable - and `[Build.Input.GitFiles]` directive in config files, the Git commandline - tools must be installed and in one of the paths of the `$PATH` environment variable. +- The git command lines tools are used to retrieve informations in a baur + repository. The tools must be installed and be in one of the paths of the + `$PATH` environment variable. ## Configuration 1. Setup your PostgreSQL baur database