Fix MD026 Trailing punctuation in header on dev test setup markdown files
This commit is contained in:
@@ -16,7 +16,7 @@ The preferred method is via rvm:
|
|||||||
|
|
||||||
(only the multi user option installs all dependencies automatically, as we use 'sudo'.)
|
(only the multi user option installs all dependencies automatically, as we use 'sudo'.)
|
||||||
|
|
||||||
### As local user:
|
### As local user
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://get.rvm.io | bash -s stable
|
curl -L https://get.rvm.io | bash -s stable
|
||||||
|
|||||||
@@ -16,13 +16,13 @@ El método recomendado es via rvm:
|
|||||||
|
|
||||||
(sólo la opción multiusuario instala todas las dependencias automáticamente, al usar 'sudo'.)
|
(sólo la opción multiusuario instala todas las dependencias automáticamente, al usar 'sudo'.)
|
||||||
|
|
||||||
### Como usuario local:
|
### Como usuario local
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://get.rvm.io | bash -s stable
|
curl -L https://get.rvm.io | bash -s stable
|
||||||
```
|
```
|
||||||
|
|
||||||
### Para todos los usuarios del sistema:
|
### Para todos los usuarios del sistema
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://get.rvm.io | sudo bash -s stable
|
curl -L https://get.rvm.io | sudo bash -s stable
|
||||||
|
|||||||
Reference in New Issue
Block a user