From 15355bfe956e9d7d4e4cff409530952d2fffe054 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 19 Nov 2022 18:23:43 -0500 Subject: [PATCH] Updating new domain in documentation. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7bc55..77ac14a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Fossil This repostory contains a set of utilities for using [Fossil SCM](https://fossil-scm.org/) within -[Pharo](https://pharo.org/)/[Grafoscopio](https://mutabit.com/grafoscopio/en.html). \ No newline at end of file +[Pharo](https://pharo.org/)/[Grafoscopio](https://mutabit.com/grafoscopio/en.html) . + +To install this repository, *first* install [ExoRepo](https://code.sustrato.red/Offray/ExoRepo) and then run: + + +``` +ExoRepo new + repository: 'https://code.sustrato.red/Offray/Fossil'; + load. +```