Commit 0aacad7d435cdd24d4d9801fd8f162a19aab48b6

Thomas de Grivel 2020-04-10T18:44:57

readme

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/README.md b/README.md
index 0756a5b..f84f3da 100644
--- a/README.md
+++ b/README.md
@@ -39,3 +39,13 @@ In short, all UNIX permissions are respected, Adams is a regular UNIX user.
 
 Usage
 -----
+
+1. Install [repo](https://github.com/common-lisp-repo/repo).
+2. Install adams
+```
+  $ sbcl --eval '(repo:install :adams)
+```
+2. Build adams binary
+```
+  $ cd ~/common-lisp/cl-adams/adams && make
+```