Minimal install instructions.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-03 17:07:02 -05:00
parent 94cc8f2e95
commit 8797e2ae65
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# VideoWeb
Utilities for video published on the web
Utilities for metadata of videos published on the web starting with YouTube / [Invidious](https://invidious.io/) for [GTookit](https://gtoolkit.com/) / [Pharo](https://pharo.org/).
To install it, first install [ExoRepo](https://code.sustrato.red/Offray/ExoRepo) and then run from a _playground_:
```smalltalk
ExoRepo new
repository: 'https://code.sustrato.red/Offray/VideoWeb';
load
```