Added Installation section to README
This commit is contained in:
parent
b8d5e73a7b
commit
c9c6d86265
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user