diff --git a/README.md b/README.md
index 5cb9cea..9ffaaac 100644
--- a/README.md
+++ b/README.md
@@ -2,33 +2,15 @@
This project aims to create a low cost home automation illumination device that will turn any lamp or light source into a smart light source. Instead of replacing the light blub or wall socket, we aim to replace the light socket itself, allowing the user to conintue using the light blubs they already have for their homes.
-
Compiling
+Getting Started
-The project is currently compiled by running the makefile in the tests/server folder.
+The project has two devices: the Lux Hub and the Lux SmartSocket.
-make server_test
+The Lux Hub is run on a raspberry pi. To set up the Lux Hub download the hub_setup script in the top-most directory. Move this to the raspberry pi. Make sure the raspberry pi has internet access and run the script by typing './hub_setup'. You may have to run this as root. The Lux Hub is now setup and has the most up to date software from this Lux repository.
-Execution
+The Lux Hub will now automatically run the Hub software when it is powered up. The user must plug the raspberry pi into their router and power the raspberry pi on for the system to work. The user can now access the Hub Dashboard by visiting 192.168.1.XXX, where XXX is a number from 2 - 254. We are looking into ways to set a domain name instead of an IP address without requiring the user to modify their current network setup.
-To execute the program:
-
-*plug the Lux device into a light bulb socket and plug a light bulb into the female socket
-
-*start the Lux device and connect to the ESP_XXXX website via localhost:8080
-
-*provide the website with the IP address of your WiFi network
-
-*start/connect a controller device (PC/Phone) to your WiFi
-
-*compile and run the server_test.exe in the tests/server folder as instructed above
-
-*push the RED button on the Lux device
-
-*connect to the website at localhost:5000
-
-*sign in on the website with username 'admin@admin.com' and password 'admin'
-
-*hit the submit button to turn the light on, sign in and hit it again to turn the light off
+The Lux SmartSocket is a custom peice of hardware with custom firmware (located in 'Lux/src/firmware/ESP8266_LUX_FIRMWARE_V1/'). If you are interested in aquiring a device please reach out to our development team.
Contributor
Xuanyu Dong (Front End)