diff --git a/README.md b/README.md
index ee55cf9..748d64b 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ make
Install REPO from git :
``` SH
-mkdir -p ~/common-lisp/thodg
-cd ~/common-lisp/thodg
-git clone https://github.com/thodg/repo.git
+mkdir -p ~/common-lisp/common-lisp-repo
+cd ~/common-lisp/common-lisp-repo
+git clone https://github.com/common-lisp-repo/repo.git
make
```
@@ -33,7 +33,7 @@ In your Common Lisp implementation startup file :
``` Common-Lisp
(load "~/common-lisp/fare/asdf/build/asdf")
-(load "~/common-lisp/thodg/repo/repo")
+(load "~/common-lisp/common-lisp-repo/repo/repo")
(repo:boot)
```
diff --git a/repo.manifest b/repo.manifest
index e133cfd..33ef3f7 100644
--- a/repo.manifest
+++ b/repo.manifest
@@ -48,6 +48,7 @@
(github "cl-stream" "parser-stream")
(github "cl-stream" "unistd-stream")
(github "cl-stream" "unistd-stdio")
+(github "common-lisp-repo" "repo")
(github "cosmos72" "stmx")
(github "didierverna" "clon")
(github "didierverna" "declt")
@@ -157,7 +158,6 @@
(github "thodg" "less-parser")
(github "thodg" "positional")
(github "thodg" "random-sequence")
-(github "thodg" "repo")
(github "thodg" "str")
(github "tpapp" "ffa")
(github "trivial-features" "trivial-features")