Actualizar README.md
Fixing an URL
This commit is contained in:
parent
bbd924b079
commit
df15904a64
@ -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.
|
For the rationale behind external binary dependencies look at the **Notes** section in the end of this document.
|
||||||
## Installation
|
## 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
|
### from Gitea
|
||||||
|
|
||||||
Run from a playground:
|
Run from a playground:
|
||||||
@ -43,11 +46,11 @@ Metacello new
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To install the repository <https://code.tupale.co/Offray/TiddlyWikiPharo> run:
|
To install the repository <https://code.sustrato.red/Offray/TiddlyWikiPharo> run:
|
||||||
|
|
||||||
```smalltalk
|
```smalltalk
|
||||||
ExoRepo new
|
ExoRepo new
|
||||||
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
|
repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo';
|
||||||
load.
|
load.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user