diff options
-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"` |