From bcfb2fd1d1a4e9bd22fb0f057bbe6073933945c9 Mon Sep 17 00:00:00 2001 From: Nuru Date: Mon, 29 Jun 2020 10:51:19 -0700 Subject: [PATCH] Fix directions for setting env vars, close #259 (#270) Fixes #259 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6dfb0fc0..82bb4bc7 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,10 @@ file formats are supported: File is written to standard output by default but you may specify an output file. -To set env vars in your terminal you can eval the dotenv export format. For example, +To set env vars in your terminal you can use the `chamber env` command. For example, ```shell -eval `chamber export foo -f dotenv` -echo $foo_var +source <(chamber env service)` +printf "%s" "$SERVICE_VAR" ``` ### Importing