aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-12-25 17:08:07 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-12-25 17:08:07 -0500
commit47ccaebbedc2e27742831367a301ffb12e3a4ac8 (patch)
tree8ce0a1790253a1c9a8f80e3c53266f9b42af9718
parente67faad74c0ba9bb0578a40dc9a529753a66421c (diff)
downloadytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.tar.lz
ytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.tar.xz
ytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.zip
actualiza README.md
-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