From 3f0ba1a605ef4249a84d8c34949a563f14dd2b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offray=20Vladimir=20Luna=20C=C3=A1rdenas?= Date: Wed, 10 Nov 2021 10:09:59 -0500 Subject: [PATCH] Improved installed instructions. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 177ae27..4108a39 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # RoloLudo Utilities for table top role playing, starting with [Ironsworn](https://www.ironswornrpg.com/) and -[Starforged](https://www.ironswornrpg.com/product-ironsworn-starforged). \ No newline at end of file +[Starforged](https://www.ironswornrpg.com/product-ironsworn-starforged). + +To install it on Pharo/GToolkit first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo) +and then run from a Playground: + +```smalltalk + ExoRepo new + repository: 'https://code.tupale.co/Offray/RoloLudo'; + load. +``` \ No newline at end of file