Skip to content

Commit

Permalink
Update readme and include conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamacho committed Sep 5, 2024
1 parent 796c572 commit 2e7b1bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ jobs:
BINDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \
PRIVATEBINDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \
PRIVATELIBDIR=$GITHUB_WORKSPACE/pgmodeler/build/lib \
CONFIG+=debug \
CONFIG+=release # CONFIG+=static
CONFDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \
CONFIG+=debug \
CONFIG+=release # CONFIG+=static
- name: Building pgModeler
run: |
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ matrix:
For adding new versions or releases include the new ones in the list to be built.
For any new release make sure to make the update for both windows and linux jobs.

## Usage hints

### Linux

- Create the default config folders: `mkdir -p ~/.config/pgmodeler-1.2`

## Consider donating

If you use, like, and think pgModeler deserves
Expand Down

0 comments on commit 2e7b1bd

Please sign in to comment.