From 370cbfc2a65e4f487e6037bfdfd754357d2d83c1 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Mon, 22 Mar 2021 21:23:49 -0300 Subject: =?UTF-8?q?Agrega=20m=C3=A1s=20instrucciones=20al=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 11d907b..478340c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,22 @@ Realizado con [Jekyll](https://jekyllrb.com) y un CSS propio. 2. Clonar el repositorio con `git clone https://git.texto-plano.xyz/santisoler/website` 3. Construir y servir el sitio web a través de Jekyll con: `bundle exec jekyll serve` +Alternativamente podés usar los comandos definidos en el `Makefile` usando: + +``` +make +``` + +``` +make serve +``` + +o + +``` +make clean +``` + ## Licencia Contenido bajo -- cgit v1.2.3