We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2e566 commit c43cb5bCopy full SHA for c43cb5b
docs/collaboration.md
@@ -17,11 +17,13 @@ You can use code server to collaborate with other developers in real time.
17
Duckly uses an extension to provide real time sharing features
18
19
1. Install the Duckly extension from OpenVSX on `code-server`.
20
+
21
```bash
22
SERVICE_URL=https://open-vsx.org/vscode/gallery \
23
ITEM_URL=https://open-vsx.org/vscode/item \
24
code-server --install-extension gitduck.code-streaming
25
```
26
27
2. Refresh you `code-server` window. You should now be able to see the Duckly extension.
28
29
### Sharing with Duckly
0 commit comments