File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Sources/Valkey/Documentation.docc Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,16 @@ You can use the `add-dependency` command:
1212
1313``` bash
1414swift package add-dependency \
15- https://github.com/valkey-io/valkey-swift --branch main
15+ https://github.com/valkey-io/valkey-swift --from: 0.1.0
1616```
17- <!-- switch above to `--from: 0.1.0` after tagging an initial release -->
1817
1918or edit Package.swift directly:
2019``` swift
2120dependencies: [
2221 .package (url : " https://github.com/valkey-io/valkey-swift" ,
23- branch : " main " ),
22+ from : " 0.1.0 " ),
2423]
2524```
26- <!-- switch above to `from: "0.1.0"` after tagging an initial release -->
2725
2826And for the relevant target or targets.
2927The following example shows how to add to Valkey as a dependency to the target ` MyApp ` :
You can’t perform that action at this time.
0 commit comments