diff --git a/README.md b/README.md index 1752eab..d344f9e 100644 --- a/README.md +++ b/README.md @@ -3,27 +3,37 @@ Grub Grub is a real-time synced grocery list. Mainly it's a way for me to play around with Clojure[Script] and core.async. -Dependencies +Install dependencies ------------ -- mongodb - Java 7+
-$ sudo apt-get install oracle-java7-installer
-$ sudo apt-get install oracle-java7-set-default
+sudo apt-get install openjdk-7-jdk
+
+- MongoDB +
+$ sudo apt-get install mongodb
 
- leiningen 2.1.2+
+# For example:
 $ mkdir ~/bin
+$ echo "export PATH=\$:$HOME/bin" >> $HOME/.bashrc
+$ cd ~/bin
 $ wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
-$ mv lein ~/bin/.
 $ chmod a+x ~/bin/lein
-$ lein
 
-Running +Build +------- +
+$ lein cljx
+$ lein cljsbuild once dev
+
+ +Run -------
-$ lein cljsbuild once
 $ lein run dev
 
-- By default it will be running at http://localhost:3000 + +By default it runs at http://localhost:3000