diff --git a/README.md b/README.md
index 0b31ea0..03dc70c 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,28 @@ packages and keep them synced with upstream for development purposes.
Each repo is installed in a subdirectory.
Github repositories are installed in the user subdirectory.
+
## Quickstart
``` SH
-curl -O https://github.com/common-lisp-repo/repo/blob/master/install-repo.sh
-sh install-repo.sh
+ curl -O https://github.com/common-lisp-repo/repo/blob/master/install-repo.sh
+ sh install-repo.sh
+```
+
+``` Common-Lisp
+ ;; install Thot
+ (repo:install :thot)
+
+ ;; udpate ASDF
+ (repo:update :asdf)
```
+
+## Manifest
+
+https://github.com/common-lisp-repo/repo/blob/master/repo.manifest
+
+
## Installation
This is what the `install-repo.sh` script does :
@@ -80,6 +95,7 @@ Other functions :
(repo:clear-repos) ;; Clear all definitions
```
+
## Version informations
This version only supports git repositories and relies on /bin/sh.