diff --git a/README.md b/README.md index 02e76cc..2c0fecb 100644 --- a/README.md +++ b/README.md @@ -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. -``` \ No newline at end of file +``` + +Installation +------------ + +``` +raco pkg install --deps search-auto anaphoric +```