Skip to content

Commit

Permalink
Update README_es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Oct 20, 2023
1 parent 3c64ecf commit 3eb237f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Testeado en: GNU/Linux, FreeBSD, OpenBSD

### Instalación

En sistemas Debian (basados):

```
sudo apto instalar 2048
```

O compilar desde la fuente (recomendado):

```
wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c
gcc -o 2048 2048.c
Expand Down

0 comments on commit 3eb237f

Please sign in to comment.