Skip to content

Commit 85148b8

Browse files
committed
readme command correction
1 parent b424f50 commit 85148b8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

dcrpulse-umbrel/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

8381
4. **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

9288
5. **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

0 commit comments

Comments
 (0)