Skip to content

Commit f3c9133

Browse files
authored
Update README.md
1 parent ebc54a6 commit f3c9133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is an experimental package to compile Julia code to standalone libraries. A
99

1010
```julia
1111
using Pkg
12-
Pkg.add(PackageSpec( url = "https://github.com/tshort/StaticCompiler.jl", rev = "master"))
12+
Pkg.add("StaticCompiler")
1313
```
1414

1515
```julia
@@ -51,4 +51,4 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
5151
* GC-tracked allocations and global varaibles do *not* work with `compile_executable` (yet).
5252
* Type unstable code is not yet supported.
5353
* Doesn't currently work on Windows.
54-
* If you find any other limitations, let us know. There's probably lots.
54+
* If you find any other limitations, let us know. There's probably lots.

0 commit comments

Comments
 (0)