From 52bbe435f87c58e5c19644935ccd7f6e8e1ed575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Rusu?= <62118955+rusandris@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:47:49 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f19973..216c69a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ # StateTransitionNetworks.jl Toolkit for dynamics on state-transition networks based on the paper Sándor et al. (2022). - ## Installation -Download a local copy, go to the directory and use the package in REPL: +Download and install automatically to your local/global `julia` environment with: ```julia -pkg> activate . +] add https://github.com/rusandris/StateTransitionNetworks.jl.git using StateTransitionNetworks ``` -Or download and install automatically to your local/global `julia` environment with: + +Or download a local copy, go to the directory and use the package in REPL: ```julia -pkg> add https://github.com/rusandris/StateTransitionNetworks.jl.git +] activate . using StateTransitionNetworks ``` + # References