Remove unnecessary slash in curl command (#349)

* Remove unnecessary slash in curl command

* bundle update

* Fix rubocop errors
This commit is contained in:
Pranav Raj S
2019-12-06 16:50:06 +05:30
committed by Sojan Jose
parent 3f403c9e7a
commit d8d4deea2f
3 changed files with 21 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ brew install git
You need software-properties-common installed in order to add PPA repositories.
```bash
\curl -L https://get.rvm.io | bash -s stable
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
```