aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-12-30 17:25:01 -0500
committerJesús <heckyel@hyperbola.info>2018-12-30 17:25:01 -0500
commite526bb42f6afbf23e93f0ffcbb83a7b05ce5144a (patch)
tree9c9b6b160573d32b015120d2c6ab63fd497a15ff
parent314306adca679e8109ec5cb497426b6b6d4a8a15 (diff)
downloadvtt2srt-e526bb42f6afbf23e93f0ffcbb83a7b05ce5144a.tar.lz
vtt2srt-e526bb42f6afbf23e93f0ffcbb83a7b05ce5144a.tar.xz
vtt2srt-e526bb42f6afbf23e93f0ffcbb83a7b05ce5144a.zip
not required of root
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1a01559..f69b5c4 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,16 @@ VTT2SRT es un programa simple y sencillo escrito en Python que permite convertir
## Guía de inicio rápido
-1. Clona el repositorio con ayuda de tu terminal en un directorio local el programa (e.g. git clone https://notabug.org/heckyel/vtt2srt.git /home/user/Documentos/).
+1. Clona el repositorio
+
+ git clone https://notabug.org/heckyel/vtt2srt.git
+
2. Luego escribe: `cd vtt2srt`
3. Coloca los archivos **.vtt** en el directorio **vtt2srt**, ejecuta en tu terminal lo siguiente:
-* `sudo chmod +x vtt2srt.py`
-* `./vtt2srt.py "nombre-del-archivo.vtt"`
-* `./vtt2srt.py` Este comando es opcional y permite convertir todos los archivos .vtt a .srt que esten dentro del directorio **vtt2srt**
+ `python vtt2srt.py "nombre-del-archivo.vtt"`
+
+ `python vtt2srt.py` permite convertir todos los archivos .vtt a .srt que esten dentro del directorio **vtt2srt**
## Licencia