aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f69b5c4..134892d 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,12 @@ VTT2SRT es un programa simple y sencillo escrito en Python que permite convertir
1. Clona el repositorio
- git clone https://notabug.org/heckyel/vtt2srt.git
+ `git clone https://notabug.org/heckyel/vtt2srt.git`
+
+2. Luego escribe:
+
+ `cd vtt2srt`
-2. Luego escribe: `cd vtt2srt`
3. Coloca los archivos **.vtt** en el directorio **vtt2srt**, ejecuta en tu terminal lo siguiente:
`python vtt2srt.py "nombre-del-archivo.vtt"`