Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Feb 7, 2023
1 parent 23cd2b7 commit 3c2821e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,9 @@ echo 'ENVIRONMENT=dev' > dev.env

Now include `dev.env` into your Makefile, for example:
```bash
export WORKSPACE=$(shell pwd)
export HABITS = $(WORKSPACE)/habits

include $(WORKSPACE)/tools.env # pin the version of your tools
include $(WORKSPACE)/dev.env # don't store secrets in git
include $(WORKSPACE)/dev.secrets.env # remember to add *.secrets.env to .gitignore

include $(HABITS)/lib/make/Makefile
include $(HABITS)/lib/make/*/Makefile
```

### How to initialize pre-commit config
Expand Down
6 changes: 0 additions & 6 deletions doc/habits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,9 @@ how_tos:
Now include `dev.env` into your Makefile, for example:
```bash
export WORKSPACE=$(shell pwd)
export HABITS = $(WORKSPACE)/habits
include $(WORKSPACE)/tools.env # pin the version of your tools
include $(WORKSPACE)/dev.env # don't store secrets in git
include $(WORKSPACE)/dev.secrets.env # remember to add *.secrets.env to .gitignore
include $(HABITS)/lib/make/Makefile
include $(HABITS)/lib/make/*/Makefile
```
- title: How to initialize pre-commit config
content: |-
Expand Down

0 comments on commit 3c2821e

Please # to comment.