From c8a9d1a6028bb8b2aae912f046aa09d1794ed9a8 Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:47:04 +0000 Subject: [PATCH] the instructions were updated --- README.es.md | 2 ++ README.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index dd02cd0e..fdfa0554 100644 --- a/README.es.md +++ b/README.es.md @@ -26,6 +26,8 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co ## Instalación local: +Clona el repositorio en tu ambiente local y sigue los siguientes pasos: + 1. Instala learnpack, el administrador de paquetes para tutoriales de aprendizaje y el complemento del compilador html para learnpack, asegúrate de tener también node.js 14+: ```sh diff --git a/README.md b/README.md index 61c6bc14..f51e953a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ ![last commit](https://img.shields.io/github/last-commit/4geeksacademy/python-lists-loops-programming-exercises) [![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://breatheco.de) [![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy) - *Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/README.es.md) :es:* + + Lists and Loops is one of the most challenging topics to grasp when learning how to code, you will learn: @@ -35,9 +36,10 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa > Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start` - ## Local Installation +Clone the repository in your local environment and follow the steps below: + 1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+: ```