From 8797e2ae65cad1f42c91ff641eb140a532e6f31a Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 3 Jan 2023 17:07:02 -0500 Subject: [PATCH] Minimal install instructions. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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