diff --git a/README.md b/README.md index fbb502b7aff628ecf9f8918b9546a3e5c248f6c6..f551263357af9417fe3283319ca7bf010edc8e2f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ always work, the SSH version should work if you have a suitable ssh key. Enter the Pkg REPL by pressing `]` from the Julia REPL. You should get a prompt like `(@v1.4) pkg> `. To add this package, type + ` (@v1.4) pkg> add <URL> ` + where ยด<URL>` is the value you got from the clone commands above. Leave the Pkg by pressing backspace or ^C. You can now type `using JuliaTikzModule` if you like.