Skip to content

Commit

Permalink
docs(readme): improve code block formatting
Browse files Browse the repository at this point in the history
Updated code block from '```bash' to '```console' for better rendering.
  • Loading branch information
ivansaul committed Feb 1, 2024
1 parent 2d24522 commit 96b7473
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ El script utiliza **Playwright & Firefox & ffmpeg**, así que asegúrate de tene

**En Ubuntu:**

```bash
```console
# Actualiza los repositorios
sudo apt update -y
# Instalar firefox, ffmpeg y pipx
Expand All @@ -37,7 +37,7 @@ pipx ensurepath

**En Archlinux:**

```bash
```console
# Actualiza los repositorios
sudo pacman -Syu
# Instalar firefox, ffmpeg y pipx
Expand All @@ -51,7 +51,7 @@ pipx ensurepath
> [!IMPORTANT]
> Los pasos que se muestran, son a través de [Scoop][scoop].
```bash
```console
# Instalar Python
scoop bucket add main
scoop install python
Expand All @@ -70,7 +70,7 @@ pipx ensurepath

### **MacOS**

```bash
```console
# Actualiza los repositorios
brew update
# Instalar firefox, ffmpeg y pipx
Expand All @@ -83,7 +83,7 @@ pipx ensurepath

1. Clona el repositorio

```bash
```console
# Clone el repositorio
git clone https://github.com/ivansaul/codigo_facilito_downloader.git
# Ir al directorio
Expand All @@ -92,7 +92,7 @@ cd codigo_facilito_downloader

2. Instala sus dependencias y activa el entorno virtual

```bash
```console
# Instala poetry
pipx install poetry
# Instala las dependencias
Expand All @@ -114,7 +114,7 @@ Confirm your password?: facilito123

4. Descarga un video o un curso

```bash
```console
$ python coco.py download

Url: https://codigofacilito.com/cursos/flutter-profesional
Expand All @@ -124,7 +124,7 @@ Quality (best, 1080, 720, 480, 360, worst) [best]: best
✓ Done!
```

```bash
```console
$ python coco.py download

Url: https://codigofacilito.com/videos/icon
Expand Down

0 comments on commit 96b7473

Please # to comment.