Install using ExoRepo.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-07-27 19:15:30 -05:00
parent d7cc181014
commit 5f59482db2

View File

@ -2,3 +2,11 @@
Utilities for working with [TiddlyWiki](https://tiddlywiki.com/) non-linear web notebook inside the Utilities for working with [TiddlyWiki](https://tiddlywiki.com/) non-linear web notebook inside the
[Pharo](https://pharo.org/) computing environment. [Pharo](https://pharo.org/) computing environment.
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/TiddlyWikiPharo';
load.
```