We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7f63c commit 6becbeeCopy full SHA for 6becbee
README.md
@@ -124,10 +124,7 @@ fsh.output.color = sample * fsh.channel(0).color
124
## Getting Started
125
Add the package to your project like any other package and you're done.
126
```swift
127
-.package(
128
- url: "https://github.com/STREGAsGate/GateEngine.git",
129
- .upToNextMajor(from: "0.1.0")
130
-)
+.package(url: "https://github.com/STREGAsGate/GateEngine.git", branch: "main")
131
```
132
133
### Windows Specific Setup
0 commit comments