Skip to content

Commit

Permalink
Update README.es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Jun 27, 2024
1 parent 3bfd4a7 commit 6b382df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ https://github.com/breatheco-de/exercise-unit-test-with-jest.git

> 💡 Importante: Recuerda guardar y subir tu código a GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
Luego sigue las siguientes instrucciones:
## Instalacion local (opcional)

1. Instala learnpack globalmente (Si es que aún no lo tienes): `$ npm i @learnpack/learnpack -g`
2. Instala este learning package usando learnpack: `$ learnpack install unit-test-with-jest`
3. Entra a la carpeta del ejercicio: `$ cd exercise-unit-test-with-jest`
**Si no deseas** abrir el tutorial utilizando un proveedor en la nube (recomendado), puedes instalarlo localmente en tu computadora compliendo los siguientes pasos:

1. Clone este repo.
2. Entra a la carpeta del repositorio: `$ cd exercise-unit-test-with-jest`
3. Instala learnpack globalmente (Si es que aún no lo tienes): `$ npm i @learnpack/learnpack -g`
4. Comienza el ejercicio: `$ learnpack start`

## ¿Sobre qué trata este ejercicio?
Expand Down

0 comments on commit 6b382df

Please sign in to comment.