Update README.md

update installation instructions
diff --git a/README.md b/README.md
index e06c31a..d30cd6e 100644
--- a/README.md
+++ b/README.md
@@ -35,15 +35,10 @@
 
 # Install Caravel
 
-By default [caravel-lite]() is installed. To install the full version of caravel, run this prior to calling make. 
-```bash
-export CARAVEL_LITE=0
-```
-
 To setup caravel, run the following: 
 
 ```bash
-# By default, CARAVEL_ROOT is set to $(pwd)/caravel-lite
+# By default, CARAVEL_ROOT is set to $(pwd)/caravel
 # If you want to install caravel at a different location, run "export CARAVEL_ROOT=<caravel-path>"
 # Disable submodule installation if needed by, run "export SUBMODULE=0"
 make install
@@ -60,6 +55,11 @@
 make uninstall
 ```
 
+By default [caravel-lite]() is installed. To install the full version of caravel, run this prior to calling make install. 
+```bash
+export CARAVEL_LITE=0
+```
+
 # Caravel Integration
 
 ## Repo Integration