Navigation Menu

Skip to content

Commit

Permalink
Add step to checkout correct pgaudit branch during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Oct 3, 2018
1 parent 1e49bdb commit 5d1450e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -88,6 +88,10 @@ Change to pgAudit directory:
```
cd pgaudit
```
Checkout `REL_10_STABLE` branch (note that during development the stable branch may not exist):
```
git checkout REL_10_STABLE
```
Build pgAudit and run regression tests:
```
make -s check
Expand Down

0 comments on commit 5d1450e

Please sign in to comment.