diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-25 17:08:07 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-25 17:08:07 -0500 |
commit | 47ccaebbedc2e27742831367a301ffb12e3a4ac8 (patch) | |
tree | 8ce0a1790253a1c9a8f80e3c53266f9b42af9718 | |
parent | e67faad74c0ba9bb0578a40dc9a529753a66421c (diff) | |
download | ytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.tar.lz ytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.tar.xz ytlibre-47ccaebbedc2e27742831367a301ffb12e3a4ac8.zip |
actualiza README.md
-rw-r--r-- | README.md | 41 |
1 files changed, 38 insertions, 3 deletions
@@ -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 |