From 3ad016696659f4d3a18fcf6b695e8073ba00a63b Mon Sep 17 00:00:00 2001 From: Oskar Laverny Date: Mon, 7 Oct 2024 12:05:50 +0200 Subject: [PATCH] Update README.md: Add link to Juliacon video (#72) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4997c8..adc5c97 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,13 @@ Some key features in `NetSurvival.jl` are: # Getting Started -The package is not yet available on Julia's general registry, and thus can be installed through the following command: +The package is available on Julia's general registry, and thus can be installed through the following command: ```julia -using Pkg -Pkg.add("https://github.com/JuliaSurv/NetSurvival.jl.git") +using NetSurvival ``` -See the rest of this [documentation](https://juliasurv.github.io/NetSurvival.jl/dev/) to have a glimpse of the functionalities! +See the rest of this [documentation](https://juliasurv.github.io/NetSurvival.jl/dev/) to have a glimpse of the functionalities! You can also take a look at [our talk at JuliaCon2024](https://www.youtube.com/watch?v=Bh3K1FHSW3A&t=2s). # Benchmarks