Skip to content

Commit abd1792

Browse files
committed
.
1 parent 1a021fd commit abd1792

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,24 @@ This script installs Node, Express, TypeScript, ESLint, and Prettier automatical
2929
<a name="installation"></a>
3030
## **Installation** ⚙️
3131

32-
To use netepScript, first create an empty folder where you will host your project. Download the compressed file and extract it into that folder. Then, open the folder with your preferred text editor or access it from your operating system's terminal. After installing all dependencies, you can remove the script file so that it is not included in the final project.
32+
There are two ways to install netepScript:
33+
34+
### Option 1: Using npm (recommended)
35+
36+
To install netepScript using npm, run the following command in your terminal:
37+
38+
```bash
39+
npm install -g netepscript
40+
netepscript
41+
```
42+
Or without installing the library by running:
43+
44+
```bash
45+
npx netepscript
46+
```
47+
### Option 2: Downloading the script and running it locally
48+
49+
To use this installation system, first create an empty folder where you will host your project. Download the zip file and unzip it inside that folder. Then, open the folder with your preferred text editor or access it from your operating system's terminal. After all dependencies are installed, you can remove the script file so that it is not included in the script.
3350

3451
**On Windows 🪟**
3552

@@ -265,7 +282,24 @@ Este script instala Node, Express, TypeScript, ESLint y Prettier automáticament
265282
<a name="instalacion"></a>
266283
## **Instalación** ⚙️
267284

268-
Para utilizar netepScript, primero crea una carpeta vacía donde alojarás tu proyecto. Descarga el archivo comprimido y descomprímelo dentro de esa carpeta. A continuación, abre la carpeta con tu editor de texto preferido o accede a ella desde la terminal de tu sistema operativo. Después de instalar todas las dependencias, se puede eliminar el archivo del script para que no se incluya en el mismo.
285+
Hay dos formas de instalar netepScript:
286+
287+
### Opción 1: Usando npm (recomendado)
288+
289+
Para instalar netepScript usando npm, ejecuta el siguiente comando en tu terminal:
290+
291+
```bash
292+
npm install -g netepscript
293+
netepscript
294+
```
295+
O sin instalar la librería ejecutando:
296+
297+
```bash
298+
npx netepscript
299+
```
300+
### Opción 2: Descargando el script y ejecutarlo localmente
301+
302+
Para utilizar este sistema de instalación, primero crea una carpeta vacía donde alojarás tu proyecto. Descarga el archivo comprimido y descomprímelo dentro de esa carpeta. A continuación, abre la carpeta con tu editor de texto preferido o accede a ella desde la terminal de tu sistema operativo. Después de instalar todas las dependencias, se puede eliminar el archivo del script para que no se incluya en el mismo.
269303

270304
**En Windows 🪟**
271305

0 commit comments

Comments
 (0)