We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc54a6 commit f3c9133Copy full SHA for f3c9133
1 file changed
README.md
@@ -9,7 +9,7 @@ This is an experimental package to compile Julia code to standalone libraries. A
9
10
```julia
11
using Pkg
12
-Pkg.add(PackageSpec( url = "https://github.com/tshort/StaticCompiler.jl", rev = "master"))
+Pkg.add("StaticCompiler")
13
```
14
15
@@ -51,4 +51,4 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
51
* GC-tracked allocations and global varaibles do *not* work with `compile_executable` (yet).
52
* Type unstable code is not yet supported.
53
* Doesn't currently work on Windows.
54
-* If you find any other limitations, let us know. There's probably lots.
+* If you find any other limitations, let us know. There's probably lots.
0 commit comments