Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix directions for setting env vars, close segmentio#259 (segmentio#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jun 29, 2020
1 parent 62a8008 commit bcfb2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcfb2fd

Please sign in to comment.