From bb930310100c0109089be9effddf92e36213764d Mon Sep 17 00:00:00 2001 From: Rehno Lindeque Date: Tue, 8 Mar 2016 00:25:44 +0000 Subject: [PATCH] Quick README instruction --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 061be01..1177156 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,17 @@ A nix environment for Jupyter along with deployment options. This is a work in p Supported kernels * IPython -* IHaskell - WORK IN PROGRESS +* IHaskell -Deployment options: +Deployment options -* Nix shell environment - WORK IN PROGRESS +* Nix shell environment * NixOps AWS (EC2 spot instance) - WORK IN PROGRESS * NixOps VirtualBox - WORK IN PROGRESS +To get started, run + +``` +$ nix-shell +``` +