fix: removed extra sh code fences

This commit is contained in:
Randell Dawson
2019-06-24 22:36:14 -07:00
committed by Kristofer Koishigawa
parent 8ce1b374e3
commit c8ca40751b
3 changed files with 1 additions and 6 deletions

View File

@ -30,7 +30,6 @@ using System;
## Saída:
```shell
```sh
> Hello World!
> Press any key to exit.

View File

@ -30,8 +30,6 @@ using System;
## Salida:
```shell
```sh
> Hello World!
> Press any key to exit.
> Press any key to exit.
```

View File

@ -14,7 +14,6 @@ Visite el [sitio web de rustup](https://rustup.rs) y descargue el `rustup-init.e
Abre tu terminal y escribe este comando:
```shell
```sh
curl https://sh.rustup.rs -sSf | sh
```
@ -24,7 +23,6 @@ Esto buscará el instalador de `rustup` y, a su vez, `rustup` todo lo que necesi
La instalación de `rustup` instalará todas las cosas relevantes para la oxidación, pero lo más importante es que se instale el compilador y el administrador de paquetes. Para verificar que todo está instalado, ejecute este comando:
```shell
```sh
cargo version
```