Help installing meteor on linux

I installed on a linux system using curl https://install.meteor.com/ | sh.
its all under .meteor in my home directory

ls .meteor
meteor package-metadata packages

where I have the $HOME variable pointing
echo $HOME
/home/.meteor

but when i enter meteor, --> command not found

You should add an alias meteor=~/.meteor/meteor. The script tries to do it for you, but I guess it didn’t work on your machine.