You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
# Installing this app to your Nextcloud
2
2
3
3
If you have installed Nextcloud [using snap](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-22-04)
4
-
you should be able to run the latest version of this app.
4
+
you should be able to run the latest version of this app. You can find it in the Nextcloud app store as `Solid`, or by running `sudo nextcloud.occ app:install solid`.
5
5
6
6
## Building from source
7
-
In the future you will be able to install the app just from the app store, or by running `sudo nextcloud.occ app:install solid`.
8
-
But currently (September 2022) that still installs version 0.0.3, which means you need to install from source. To switch the version of your Solid app from the "store-bought" version to the latest unreleased version, you will need to build from source:
7
+
To switch the version of your Solid app from the "store-bought" version to the latest unreleased version, you will need to build from source:
9
8
```
10
9
sudo /bin/bash
11
10
cd /var/snap/nextcloud/current/nextcloud/extra-apps/
0 commit comments