From 479a15d2c3e7bd35201c66bf29dd3450c9cf9efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offray=20Vladimir=20Luna=20C=C3=A1rdenas?= Date: Thu, 29 Jul 2021 08:51:01 -0500 Subject: [PATCH] Actualizar 'README.md' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cae15a2..c8d29f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # GrafoscopioUtils -A set of utilities developed for the Grafoscopio (https://mutabit.com/grafoscopio/en.html) project to manage common task like working with markup languages, downloading files an so on. \ No newline at end of file +A set of utilities developed for the Grafoscopio (https://mutabit.com/grafoscopio/en.html) project to manage common task like working with markup languages, downloading files an so on. + +## Installation + +To install, first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo) and then from a _playground_ in [GToolkit](https://gtoolkit.com/) execute: + +```smalltalk + ExoRepo new + repository: 'https://code.tupale.co/Offray/GrafoscopioUtils'; + load. +``` \ No newline at end of file