Skip to content

Commit

Permalink
Update README-ML-CLI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Oct 11, 2023
1 parent 54979ac commit b395827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-ML-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export CURRENT_VERSION=<INSERT_CURRENT_VERSION_TAG_HERE> # Example: export CURR
curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/ecotag-osx-x64.zip --output ml-cli.zip
unzip ml-cli.zip -d ./ecotag
# Download demo-api
curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/ecotag-osx-x64.zip --output demo-api.zip
curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/demo-api-osx-x64.zip --output demo-api.zip
unzip demo-api.zip -d ./demo-api

# Download demo directory
Expand Down

0 comments on commit b395827

Please sign in to comment.