Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit bb980f5

Browse files
committed
.
1 parent cf4ead3 commit bb980f5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/get-started/host-from-home-with-a-pi.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,26 @@ Replace `USER` with the username you chose and `HOST` with the hostname you chos
9797

9898
### disco Setup
9999

100-
- You now have the Raspberry Pi and Cloudflare set up. The next step is to install disco on the Raspberry Pi.
101-
- On your computer, install the disco CLI by following [these steps](/get-started/install-the-cli).
100+
- You now have the Raspberry Pi and Cloudflare set up!
101+
- We will now use the CLI to install the disco daemon on the Raspberry Pi. To do so...
102+
- **On your computer** (not on the Pi!), install the disco CLI by following [these steps](/get-started/install-the-cli).
102103
- The simplest and fastest way is to run `curl https://cli-assets.letsdisco.dev/install.sh | sh`
103-
- Once you have the disco CLI installed, run:
104+
- Once you have the disco CLI installed on **your** computer, run (again, on your computer):
104105

105106
```bash
106-
disco init USER@HOST.local \
107+
disco init USER@HOST \
107108
--host TUNNELDOMAIN \
108109
--cloudflare-tunnel TOKEN
109110
```
110111

111112
- Replacing:
112113
- `USER` with the username you chose for the Raspberry Pi
113114
- `HOST` with the hostname you chose for the Raspberry Pi
115+
- this will be something like `myhomepi.local`
114116
- `TUNNELDOMAIN` with the subdomain you set up in the Cloudflare tunnel
117+
- this will be something like `mypi.mydomain.com`
115118
- `TOKEN` with the token you copied from the Cloudflare tunnel setup
116-
- disco will ask you for your Raspberry Pi password. Enter it.
119+
- disco will ask you for your Raspberry Pi account password. Enter it.
117120
- If you see an error that's about "Failed to run command over SSH" and it includes the text "It is held by process 1990 (unattended-upgr)", this is because the Raspberry Pi is currently updating. Wait about 5-10 minutes and try again.
118121

119122
### Deploying projects

0 commit comments

Comments
 (0)