We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd116d commit b57a694Copy full SHA for b57a694
1 file changed
README.md
@@ -118,3 +118,23 @@ base64-encoding). Note that absolute paths will begin with `@file://` or
118
```bash
119
beeper-desktop-cli <command> --arg @data://file.txt
120
```
121
+
122
+## Linking different Go SDK versions
123
124
+You can link the CLI against a different version of the Beeper Desktop Go SDK
125
+for development purposes using the `./scripts/link` script.
126
127
+To link to a specific version from a repository (version can be a branch,
128
+git tag, or commit hash):
129
130
+```bash
131
+./scripts/link github.com/org/repo@version
132
+```
133
134
+To link to a local copy of the SDK:
135
136
137
+./scripts/link ../path/to/beeperdesktopapi-go
138
139
140
+If you run the link script without any arguments, it will default to `../beeperdesktopapi-go`.
0 commit comments