Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokovnat authored Feb 23, 2021
1 parent 67303cd commit f3bda04
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,21 @@ Para mover los mapas a la carpeta de los recursos del juego se brinda un script

```
chmod +x fetchmaps.sh
./fetchmaps.sh
Para descargar mapas oficiales y mover los creados por el usuario a la carpeta de mapas:
./fetchmaps.sh -a
Para descargar unicamente mapas oficiales:
./fetchmaps.sh -d
Para mover unicamente los mapas creados por el usuario a la carpeta de mapas
./fetchmaps.sh -m
Para ayudas:
./fetchmaps.sh -h
```

# Tutorial de Uso

## Login
Expand Down

0 comments on commit f3bda04

Please sign in to comment.