Commit 48cbcace8fa3148828172bdf002ba5b6df6e5fff

Thomas de Grivel 2020-03-28T14:21:11

add examples and manifest section

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.