diff --git a/README.md b/README.md index 52e471f..c95375c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # VideoWeb -Utilities for video published on the web \ No newline at end of file +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 +``` \ No newline at end of file