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 +```