From df15904a64538880f17d2f4820bec7d83cafdef6 Mon Sep 17 00:00:00 2001 From: kleper Date: Thu, 5 Sep 2024 16:25:46 +0000 Subject: [PATCH] Actualizar README.md Fixing an URL --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11c1b58..ad87171 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ Further versions of ExoRepo will install external dependencies like this one aut For the rationale behind external binary dependencies look at the **Notes** section in the end of this document. ## Installation -Metacello new repository: 'gitea://code.sustrato.red/Offray/VideoWeb'; baseline: 'VideoWeb'; fetch +Metacello new + repository: 'gitea://code.sustrato.red/Offray/VideoWeb'; + baseline: 'VideoWeb'; + fetch ### from Gitea Run from a playground: @@ -43,11 +46,11 @@ Metacello new ## Usage - To install the repository run: + To install the repository run: ```smalltalk ExoRepo new - repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo'; + repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo'; load. ```