From ed00412c441140a2056bb9a14f8c3dc13197e4d4 Mon Sep 17 00:00:00 2001 From: Agah Date: Mon, 22 Jul 2024 14:03:51 -0400 Subject: [PATCH] doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c13af..46548ae 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ rees_resources = REES(dict( registry_url="https://your-registry.io", gh_user_repo_name = "owner/repository", gh_repo_commit_hash = "full_SHA_commit_A", - binder_image_tag = "full_SHA_commit_A_or_B")) + binder_image_tag = "full_SHA_commit_A_or_B", + dotenv = '/path/to/dotenv')) ``` > [!NOTE]