aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-12-25 17:18:12 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-12-25 17:18:12 -0500
commit9d7a2e252afddcea5fe3b5a900219cd9426fdeda (patch)
tree754f44d4bd064a4a7ce931526ba3fb331a9cd0f8 /README.md
parent681f4171a65701d93a59acd4f54bbb94a58c1468 (diff)
downloadytlibre-9d7a2e252afddcea5fe3b5a900219cd9426fdeda.tar.lz
ytlibre-9d7a2e252afddcea5fe3b5a900219cd9426fdeda.tar.xz
ytlibre-9d7a2e252afddcea5fe3b5a900219cd9426fdeda.zip
simplifica README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md44
1 files changed, 9 insertions, 35 deletions
diff --git a/README.md b/README.md
index 954acf0..1125ccc 100644
--- a/README.md
+++ b/README.md
@@ -7,41 +7,15 @@ Extractor de vídeos de Youtube escrito en PHP, ECMAScript, CSS y HTML.
## Instalación
-- Clona este repo `ytlibre` en un directorio, mediante: `git clone https://notabug.org/heckyel/ytlibre`
-
-### 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
-```
+1. Clona este repo `ytlibre` en un directorio, mediante: `git clone https://notabug.org/heckyel/ytlibre`
+2. Crea el directorio templates_c con: `$ mkdir templates_c`
+3. Cambia permisos de ejecución al directorio templates_c con:
+ `$ chown $USER:http templates_c/` y `$ chmod 770 templates_c/`
+
+ > $USER:http <- usar este usuario y grupo del servidor predeterminado en *bola GNU/Linux-Libre
+ > $USER:www <- usar este usuario y grupo del servidor predeterminado en Trisquel GNU/Linux
+
+4. Descargar librerías adicionales con: `$ bower install`
- Listo