diff --git a/README.md b/README.md index 082fd6a..e70b020 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 🌸 Blossom-server -[Blossom Server](https://git.nostrdev.com/stuff/blossom-cloudron) packaged to run as a [cloudron](https://www.cloudron.io/)app. Supports policies through the `/app/data/config.yaml` file. +[Blossom Server](https://git.nostrdev.com/stuff/blossom-cloudron) packaged to run as a [cloudron](https://www.cloudron.io/) app. Supports policies through the `/app/data/config.yaml` file. -The app is not yet in the Cloudron App Store, so for now you have to use the Cloudron CLI to install. +The app is [not yet in the Cloudron App Store](https://forum.cloudron.io/topic/12741/blossom-server-package), so for now you have to use the Cloudron CLI to install. ### Prerequisites @@ -19,10 +19,15 @@ git clone https://git.nostrdev.com/stuff/blossom-cloudron cd blossom-cloudron # Install latest version -cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest +cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest -l blossom.YOURDOMAIN.com +``` + +To update, the command would be: + +``` +cloudron update --app blossom.YOURDOMAIN.com --image git.nostrdev.com/stuff/blossom-cloudron:latest ``` -You will then be prompted for a location - so put the domain, eg `blossom.yourdomain.com` ## Configuration