Skip to content

Commit

Permalink
Fix README installation instructions
Browse files Browse the repository at this point in the history
Also, in cases where the post install command
actually does something, be verbose
  • Loading branch information
apotek committed Jan 13, 2024
1 parent a98117d commit 9644f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Database query logging will slow down your application, so this command is inten
## Getting started
Get and install your db log command

ddev get ddev-dblog
ddev get chromatichq/ddev-dblog

## Using dblog

Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global_files:

# DDEV environment variables can be interpolated into these actions
post_install_actions:
- chmod +x ~/.ddev/commands/db/dblog
- chmod -vv +x ~/.ddev/commands/db/dblog

# Shell actions that can be done during removal of the add-on
removal_actions:
Expand Down

0 comments on commit 9644f51

Please sign in to comment.