Actualizar README.md

Fixing an URL
This commit is contained in:
kleper 2024-09-05 16:25:46 +00:00
parent bbd924b079
commit df15904a64

View File

@ -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 <https://code.tupale.co/Offray/TiddlyWikiPharo> run:
To install the repository <https://code.sustrato.red/Offray/TiddlyWikiPharo> run:
```smalltalk
ExoRepo new
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo';
load.
```