We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e2edc commit 79aad6aCopy full SHA for 79aad6a
INSTALL.md
@@ -2,6 +2,7 @@
2
3
**Prerequisite Setup:**
4
- Before using URY Mosaic, ensure you have URY installed.
5
+- Doppio is used to setup and manage custom desk pages using Vue 3 on URY Mosaic App and you don't have to install doppio in your site.
6
- Follow the [URY installation guide](https://github.com/ury-erp/ury/blob/main/INSTALLATION.md) for the installation process.
7
8
### To install URY Mosaic, follow these steps:
@@ -11,6 +12,13 @@
11
12
```sh
13
$ bench new-site sitename
14
```
15
+
16
+**Install the Doppio app to your bench:**
17
18
+```sh
19
+ $ bench get-app https://github.com/NagariaHussain/doppio
20
+```
21
22
**Install the URY Mosaic app to your bench:**
23
24
0 commit comments