commit | 6aeee8f018f0262d29ed0d7a402f61266ca348e4 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 28 12:33:57 2022 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 28 12:33:57 2022 +0200 |
tree | 032101bc6a3e79b3aba432a80c0b266971288be0 | |
parent | 5a024f897685234c71f55774eb8ee6206e28203f [diff] |
Fix installation instruction from shell
diff --git a/README.md b/README.md index 7e11afa..72c51f7 100644 --- a/README.md +++ b/README.md
@@ -9,7 +9,7 @@ ### From the command line: ```bash -julia -e 'using Pkg; Pkg.add("https://korap.ids-mannheim.de/gerrit/ids-kl/DerekoVecs.jl")' +julia -e 'using Pkg; Pkg.add(url = "https://korap.ids-mannheim.de/gerrit/ids-kl/DerekoVecs.jl")' ``` ### From within Julia: