Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Jul 31, 2018
1 parent 145dfd9 commit 510ee03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 510ee03

Please sign in to comment.