From 77d18f7b6dfdf400cf443be8b8762cbe1fb8fe9d Mon Sep 17 00:00:00 2001 From: MartinuzziFrancesco Date: Sat, 23 Nov 2024 12:52:05 +0100 Subject: [PATCH] fixed installation on readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5335748..6525b59 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Currently available layers and work in progress in the short term: ## Installation 💻 -RecurrentLayers.jl is not yet registered. You can install it directly from the GitHub repository: +You can install `RecurrentLayers` using either of: + ```julia using Pkg Pkg.add("RecurrentLayers") @@ -42,7 +43,7 @@ Pkg.add("RecurrentLayers") ```julia_repl julia> ] -pkg> add SpectralIndices +pkg> add RecurrentLayers ``` ## Getting started 🛠️