diff options
author | Jesús <heckyel@hyperbola.info> | 2018-12-30 17:27:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-12-30 17:27:03 -0500 |
commit | 7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0 (patch) | |
tree | 8785e1b619859074fa3ae75d98cb612e9f9b98aa | |
parent | e526bb42f6afbf23e93f0ffcbb83a7b05ce5144a (diff) | |
download | vtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.tar.lz vtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.tar.xz vtt2srt-7f7b126d6e4abb08ffebe4752adc2a468bc6d1e0.zip |
minor fix
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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"` |