diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c17dd12..23a2886 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -31,17 +31,9 @@
-
+
-
-
-
-
-
-
-
-
-
+
@@ -542,7 +534,7 @@
-
+ 1582368099002
@@ -887,7 +879,7 @@
1615727183521
-
+
@@ -919,7 +911,6 @@
-
@@ -944,7 +935,8 @@
-
+
+
diff --git a/README.md b/README.md
index 648aa01..42f019d 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,20 @@ Besides installing epigrass from the PyPI, as described below you will need to i
You can install Epigrass directly from PyPI, the Python Package Index.
For mode details, check the [docs](https://epigrass.readthedocs.io/en/latest/install.html#)
+## Installing from the repository
+If you clone the repository, you can install Epigrass with the following command:
+```bash
+$ uv sync
+```
+
+## Running demos
+The source distribution comes with a few demos.
+```bash
+$ cd demos
+$ uv run epirunner rio.epg
+```
+This will run the demo for the city of Rio de Janeiro.
-## Getting Started
+## Getting started building your own models
Folow [these instructions](https://epigrass.readthedocs.io/en/latest/using.html).