Skip to content

Commit c69ef4a

Browse files
minor version fix on the readme
1 parent 92fc4b1 commit c69ef4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ila
2020
* The scrip might require some small modifications.
2121

2222
```bash
23-
VERSION="0.2.0" # Version of the package to install (by default the latest version)
23+
VERSION="v0.2.0" # Version of the package to install (by default the latest version)
2424
COMMMAND="mamba" # Command to use to create the environment (mamba or conda)
2525
# Location of the environment
2626
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME

create_env_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION="0.2.0"
2-
COMMMAND="mamba"
1+
VERSION="v0.2.0"
2+
COMMMAND="conda"
33
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
44
# If ENVPREFIX is NULL, the environment will be created in the default location
55
ENVPREFIX="NULL"

0 commit comments

Comments
 (0)