Fossil/README.md

14 lines
391 B
Markdown
Raw Permalink Normal View History

2020-07-11 11:20:01 +00:00
# Fossil
This repostory contains a set of utilities for using [Fossil SCM](https://fossil-scm.org/) within
2022-11-19 23:23:43 +00:00
[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.
```