diff --git a/README.md b/README.md index ee5d861..05aa079 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,14 @@ The RelationalAI (RAI) SDK for Julia enables developers to access the RAI REST A ### Installation -The package can be installed from source using the Julia REPL. +The package can be installed from source using the Julia REPL, through the package manager. ```julia -julia> using Pkg; Pkg.add(url="https://github.com/RelationalAI/rai-sdk-julia.git") +julia> using Pkg; Pkg.add("RAI") +``` +or +``` +] add RAI ``` ### Create a configuration file