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

Commit 8846b09

Browse files
authored
Update set-up-your-server.md
1 parent e043886 commit 8846b09

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ You will also need a dedicated domain name for the server itself (in addition to
1414

1515
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.
1616

17-
1817
For example, if the user is `root` and the domain is `disco.example.com`
1918
```bash
2019
@@ -35,9 +34,9 @@ Give it a name that's meaningful to you, about this server, or leave the generat
3534

3635
And then, you need to select which repositories you want to give it access to. You can change this later as well.
3736

38-
If your repo exists in an Organization account you must pass in the organization name to the disco command
37+
If your repo exists within a GitHub organization account, you must pass in the organization username to the disco command:
3938

4039
Run
4140
```bash
42-
disco github:apps:add --organization Big-Tech-Corp
43-
```
41+
disco github:apps:add --organization bigtechcorp
42+
```

0 commit comments

Comments
 (0)