Skip to content

Commit

Permalink
Update README.md: Add link to Juliacon video (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Oct 7, 2024
1 parent 8a08315 commit 3ad0166
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ad0166

Please sign in to comment.