File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,23 +75,19 @@ All persistent data is stored in `${APP_DATA_DIR}`:
7575 # Example output: getumbrel-umbrel-apps-github-53f74447
7676
7777 # Copy files directly to the container
78- rsync -av --exclude=" .gitkeep" \
79- /path/to/dcrpulse/dcrpulse-umbrel/ \
80- umbrel@< container-ip> :/home/umbrel/umbrel/app-stores/getumbrel-umbrel-apps-github-< hash> /dcrpulse/
78+ rsync -av --exclude=" .gitkeep" /path/to/dcrpulse/dcrpulse-umbrel/ umbrel@< container-ip> :/home/umbrel/umbrel/app-stores/getumbrel-umbrel-apps-github-< hash> /dcrpulse/
8179 ```
8280
83814 . ** Fix permissions (required in dev environment):**
8482
8583 ``` bash
8684 # Pre-create app data directories with correct ownership
87- docker exec umbrel-dev sh -c " mkdir -p /home/umbrel/umbrel/app-data/dcrpulse/dcrd \
88- /home/umbrel/umbrel/app-data/dcrpulse/dcrwallet && \
89- chown -R 1000:1000 /home/umbrel/umbrel/app-data/dcrpulse"
85+ docker exec umbrel-dev sh -c " mkdir -p /home/umbrel/umbrel/app-data/dcrpulse/dcrd /home/umbrel/umbrel/app-data/dcrpulse/dcrwallet && chown -R 1000:1000 /home/umbrel/umbrel/app-data/dcrpulse"
9086 ```
9187
92885 . ** Install the app:**
9389
94- From the umbrelOS homescreen, go to the App Store and find Decred Pulse , then click Install.
90+ From the umbrelOS homescreen, go to the App Store and find dcrpulse , then click Install.
9591
9692 Or install via command line:
9793 ``` bash
You can’t perform that action at this time.
0 commit comments