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 ccbe2f9 commit 3e60710Copy full SHA for 3e60710
README.md
@@ -12,7 +12,7 @@ To get started with RayCaster.jl, first add the package to your Julia environmen
12
13
```julia
14
using Pkg
15
-Pkg.add("RayCaster")
+Pkg.add(url="https://github.com/JuliaGeometry/RayCaster.jl")
16
```
17
18
Then you can create a basic ray intersection scene:
0 commit comments