Updating new domain in documentation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-11-19 18:23:43 -05:00
parent ec04597451
commit 15355bfe95
1 changed files with 10 additions and 1 deletions

View File

@ -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).
[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.
```