Added Installation section to README

This commit is contained in:
Georges Dupéron 2016-08-17 15:14:54 +02:00
parent b8d5e73a7b
commit c9c6d86265

View File

@ -36,4 +36,11 @@ This package also provides hygienic versions:
[(member 'a lst) (displayln x)]
[(member 'b lst) (displayln x)]
[else (displayln "not found")]) ;; Can't use "x" in the else clause.
```
```
Installation
------------
```
raco pkg install --deps search-auto anaphoric
```