Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# direnv's .envrc works with bash-like export and unset, etc.
# but see `man direnv-stdlib` or <https://direnv.net/man/direnv-stdlib.1.html> for built-in functions
PATH_add infrastructure/scripts

4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ git pull --rebase origin master
./infrastructure/scripts/environment_bootstrap.sh
```
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this looks good, better to remove the environment_bootstrap.sh script and instructions so as to not maintain 2 sets of bootstrap scripts? (Then again, not a huge burden as the environment_bootstrap.sh has not changed much 😄 )

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sentree / @benkroop - should we remove environment_bootstrap.sh or keep it around?


### Using `direnv`

1. Set up `direnv` ([install the binary/package](https://direnv.net/docs/installation.html) + [hook into your shell](https://direnv.net/docs/hook.html)).
2. Run `direnv allow` inside your repo. `direnv` should complain about being blocked until you do this.

# How to get the Docker image

Expand Down