From 1f45a1b30bcef421984527d4d3958142bb435f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 17 Aug 2016 15:09:48 +0200 Subject: [PATCH] Added Installation section to README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e17ddb49..47254f7e 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,13 @@ their result, etc. * Imagine something like [Inform](http://inform7.com/), but focused on exploring a program instead of exploring an imaginary world — after all, a - program is some kind of imaginary world. \ No newline at end of file + program is some kind of imaginary world. + +Installation +------------ + +Install with: + +``` +raco pkg install --deps search-auto hyper-literate +```