Add demo video

This commit is contained in:
Mayank Chhabra
2022-10-26 03:24:50 +05:30
committed by GitHub
parent 481246b53b
commit e4a23f7550

View File

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