From 5f59482db2eb5d8b0a0fe267c177b422f7e663a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offray=20Vladimir=20Luna=20C=C3=A1rdenas?= Date: Tue, 27 Jul 2021 19:15:30 -0500 Subject: [PATCH] Install using ExoRepo. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc6fda..d933c73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # TiddlyWiki in Pharo Utilities for working with [TiddlyWiki](https://tiddlywiki.com/) non-linear web notebook inside the -[Pharo](https://pharo.org/) computing environment. \ No newline at end of file +[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. +``` \ No newline at end of file