Skip to content

Commit fcfbad7

Browse files
authored
Modify README to use Pkg.add
1 parent 6faf84d commit fcfbad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install [MySQL](http://dev.mysql.com/doc/refman/5.7/en/installing.html).
1111

1212
Then in the julia prompt enter:
1313
```julia
14-
Pkg.clone("https://github.com/JuliaComputing/MySQL.jl")
14+
Pkg.add("MySQL")
1515
```
1616

1717
# Examples

0 commit comments

Comments
 (0)