aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md41
1 files changed, 38 insertions, 3 deletions
diff --git a/README.md b/README.md
index f65fcc3..a6ff35f 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,44 @@ Extractor de vídeos de Youtube escrito en PHP, ECMAScript, CSS y HTML.
## Instalación
-1. Clona este repo `ytlibre` en un directorio, mediante: `git clone https://notabug.org/Heckyel/ytlibre`
-2. Copia el contenido del directorio `ytlibre` a tu localhost o servidor.
-3. Listo!
+1. Clona este repo `ytlibre` en un directorio, mediante: `git clone https://notabug.org/heckyel/ytlibre`
+
+2.
+### Trisquel GNU/Linux
+
+```
+$ mkdir templates_c
+```
+
+```
+$ chown www:www templates_c/
+```
+
+```
+$ chmod 770 templates_c/
+```
+
+### Hyperbola y/o Parabola {GNU/Linux-libre}
+
+```
+$ mkdir templates_c
+```
+
+```
+$ chown $USER:http templates_c/
+```
+
+```
+$ chmod 770 templates_c/
+```
+
+#### Descargar librerías adicionales
+
+```
+$ bower install
+```
+
+3. Listo
## Demos