Skip to content

Commit 09d0121

Browse files
committed
docs: tweak readme for fair-cli alias
1 parent 25c600e commit 09d0121

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/zenml/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Then create a shell alias in your bashrc or fish config:
4444
```sh
4545
# Default - override in your session if needed,
4646
# or update in your config file
47-
ZENML_VERSION=0.94.1
47+
export ZENML_VERSION=0.94.1
48+
# For fish: set -x ZENML_VERSION 0.94.1
4849

4950
alias fair-cli='sh -c '"'"'
5051
if [ -z "${ZENML_VERSION:-}" ]; then

0 commit comments

Comments
 (0)