From e4a23f75503337d5e979fee7ddce6eae1f2a45c1 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Wed, 26 Oct 2022 03:24:50 +0530 Subject: [PATCH] Add demo video --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1ca13f..b2ebe9c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ The `umbrel-app-store.yml` file defines two important properties: ### Testing -To test your community app store, you can add this repository through the Umbrel user interface, or using Umbrel's CLI. +To test your community app store, you can add this repository through the Umbrel user interface as shown in the following demo: + + +https://user-images.githubusercontent.com/10330103/197889452-e5cd7e96-3233-4a09-b475-94b754adc7a3.mp4 + + +Alternatively, you can use the Umbrel CLI as described below. To add an app store: ``` @@ -28,4 +34,4 @@ sudo ~/umbrel/scripts/app install sparkles-hello-world To remove an app store: ``` sudo ~/umbrel/scripts/repo remove https://github.com/getumbrel/umbrel-community-app-store.git -``` \ No newline at end of file +```