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

Commit 244c8ae

Browse files
authored
Update set-up-your-server.md
1 parent d46d145 commit 244c8ae

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/get-started/set-up-your-server.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,20 @@ You will also need a dedicated domain name for the server itself (in addition to
1212

1313
## Step One: disco init
1414

15-
First, you need to install disco on your server. For this, you run `disco init` and you pass it the SSH `user@DOMAIN` to use for disco.
15+
Once you've installed the CLI on your local development machine, we will initialize your server. For this, you run `disco init` on your computer and pass it the ssh `USER@DOMAIN` combination that the CLI will use to connect to your server.
1616

17-
For example, if the user is `root` and the domain is `disco.example.com`
17+
**NOTE**: you need to run this command on *your* computer, not on your server. ie, install the `disco` CLI and run all of the commands below on your development machine.
1818

19-
**NOTE**: you need to run this command on *your* computer, not on your server. ie, install `disco` and run all of these commands on your development machine.
19+
For example, if the user is `root` and the domain is `disco.example.com`:
2020

2121
```bash
2222
2323
```
2424

2525
## Step Two: Add the Github app
2626

27-
Once disco is installed, it will need to be connected to Github.
27+
Once disco is installed, it will need to be connected to Github. Run:
2828

29-
Run
3029
```bash
3130
disco github:apps:add
3231
```

0 commit comments

Comments
 (0)