Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidying up the README #196

Merged
merged 6 commits into from
Apr 4, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Address review comment
  • Loading branch information
bethaitman-da authored Apr 4, 2019
commit 57e81a77ab9e97770e7e73286304047ce292811f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for some tooling scripts. The code itself is built using Bazel.
1. Install Nix: `bash <(curl https://nixos.org/nix/install)`
2. Enter `dev-env`: `eval "$(dev-env/bin/dade assist)"`

If you don't want to `dev-env` manually each time using `eval "$(dev-env/bin/dade assist)"`,
If you don't want to enter `dev-env` manually each time using `eval "$(dev-env/bin/dade assist)"`,
you can also install [direnv](https://direnv.net). This repo already provides a `.envrc`
file, with an option to add more in a `.envrc.private` file.

Expand Down