I'm trying to install RVM and I'm following the instructions from the RVM webpage. It says to use this command in the cmd:
curl -L https://get.rvm.io | bash -s stable --ruby
But it says that 'curl' is not a reconized command:
'curl' is not recognized as an internal or external command,
operable program or batch file.
Any thoughts on this?