From a35f6af7db1795e16822a088f129b43841856b80 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Mon, 17 Apr 2023 20:23:16 +0530 Subject: [PATCH] Add command to install olm as well --- doc/SDK.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/SDK.md b/doc/SDK.md index ec4f4113..77826253 100644 --- a/doc/SDK.md +++ b/doc/SDK.md @@ -15,6 +15,7 @@ yarn create vite cd yarn yarn add hydrogen-view-sdk +yarn add https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz ``` You should see a `index.html` in the project root directory, containing an element with `id="app"`. Add the attribute `class="hydrogen"` to this element, as the CSS we'll include from the SDK assumes for now that the app is rendered in an element with this classname.