Skip to content

Commit 156f3b4

Browse files
author
Gaika
authored
Update README.md
1 parent 943405b commit 156f3b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ Install ArrayFire library: either [download a binary](http://arrayfire.com/downl
1212
In Julia v0.5 and v0.6:
1313
```julia
1414
Pkg.add("ArrayFire")
15-
Pkg.checkout("ArrayFire")
1615
```
1716

1817
In Julia v0.7:
1918
```julia
20-
Pkg.add("ArrayFire")
21-
Pkg.checkout("ArrayFire", "julia-v0.7")
19+
] add ArrayFire
2220
```
2321

2422
## Simple Usage

0 commit comments

Comments
 (0)