deta / deta-cli

Legacy Deta CLI. Repository is now archived.
https://deta.space
MIT License
67 stars 13 forks source link

I could not run data-cli in linux #82

Closed pt67 closed 2 years ago

pt67 commented 2 years ago

I run the following command on my terminal and after successful install, i could not found anything by hitting deta --help. Would you please suggest me how to do that?

curl -fsSL https://get.deta.dev/cli.sh | sh

aavshr commented 2 years ago

hello, if the command deta does not run in a new terminal you will have to manually update the PATH to include the $HOME/.deta/bin ($HOME here is your home directory that's local to your system) directory where the cli is installed.