Remove unnecessary slash in curl command (#349)
* Remove unnecessary slash in curl command * bundle update * Fix rubocop errors
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user