aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-12-30 17:27:03 -0500
committerJesús <heckyel@hyperbola.info>2018-12-30 17:27:03 -0500
commit7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0 (patch)
tree8785e1b619859074fa3ae75d98cb612e9f9b98aa
parente526bb42f6afbf23e93f0ffcbb83a7b05ce5144a (diff)
downloadvtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.tar.lz
vtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.tar.xz
vtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.zip
minor fix
-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"`