Skip to content

Commit e3eac7e

Browse files
authored
Merge pull request #56 from JuliaDB/ranjanan-patch-1
Modify README to use Pkg.add
2 parents 6faf84d + fcfbad7 commit e3eac7e

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)