diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 70d6208cc3719da26b5a0ccdeec643898fd8fe02..18d9c8fc226825c144c77d5fd3673b8d12e1f15b 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -13,7 +13,6 @@
 - Marco Matthies
 - Gabriel Díaz Iturry
 
-
 ### Code reviewers
 
 - Ludmilla Figueiredo
diff --git a/README.md b/README.md
index 0f785a0b24d24ae0f1e78ca7610bd0fc9929be21..450691d3916c4f92346ccc5455376538abd1dbf6 100644
--- a/README.md
+++ b/README.md
@@ -12,20 +12,29 @@ growth submodel, and individual-based models of multiple indicator species. Its
 investigate how changes in farm operations (e.g. through changes in the European Common
 Agricultural Policy) influence biodiversity.
 
-**The model is still in development. A first version will be available in summer 2024.**
+**The model is still in development. A first version will be available in spring 2025.**
 
 ## Usage
 
-*For the full documentation, or visit the [website](https://persefone-model.eu/documentation).
+*For the full documentation, visit the [website](https://persefone-model.eu/documentation), or read the manual in the `docs` folder.
 To use Persefone.jl with a graphical user interface, see [here](https://git.idiv.de/persefone/persefone-desktop).*
 
 ### Installation
 
 Install the latest version of the [Julia](https://julialang.org/downloads/) programming 
 language (1.10+). The recommended editors are [VSCode](https://www.julia-vscode.org/) or
-[Emacs](https://www.emacswiki.org/emacs/JuliaProgrammingLanguage).
-To install package dependencies, open a Julia REPL in the Persefone root folder and run 
-`using Pkg; Pkg.activate("."); Pkg.instantiate()`.
+[Emacs](https://www.emacswiki.org/emacs/JuliaProgrammingLanguage). Clone this
+repository, then install package dependencies by opening a Julia REPL in the Persefone 
+root folder and running `using Pkg; Pkg.activate("."); Pkg.instantiate()`.
+
+Alternatively, if you only want to use the package from within Julia (see below), 
+you can install it directly in any Julia REPL:
+
+```julia
+using Pkg
+Pkg.add(url="https://git.idiv.de/persefone/persefone-model.git")
+using Persefone
+```
 
 ### Running from the command line
 
@@ -90,4 +99,4 @@ list of exported functions.
 
 ---
 
-© 2022-2024 the contributors (MIT license)
+© 2022-2025 the contributors (MIT license)