summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc4
-rw-r--r--README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 7f9b335cc1..33ca95455a 100644
--- a/.envrc
+++ b/.envrc
@@ -1,2 +1,2 @@
-export IMAGE_REGISTRY="localhost:5000"
-export VERSION=$(cat VERSION) \ No newline at end of file
+# export IMAGE_REGISTRY="localhost:5000"
+# export VERSION=$(cat VERSION) \ No newline at end of file
diff --git a/README.md b/README.md
index 6686b49ba4..fb07509f9a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,10 @@ To learn more about our monthly feature releases and yearly major releases, see
We'd love to have your help developing Chef Infra. See our [Contributing Document](./CONTRIBUTING.md) for more information on getting started.
+## How to use [Dobi](https://dnephin.github.io/dobi/)
+
+For local development, uncomment the `.envrc` file and run `direnv reload`. Dobi will use those env variables for when you want to build the docker images locally. If you are already using `direnv` you can just add those env variables to whatever you are using or just export the env variables locally.
+
## License and Copyright
Copyright 2008-2020, Chef Software, Inc.