Skip to content

Commit

Permalink
Update to INSTALL to include install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaggs committed Feb 14, 2018
1 parent 65eb761 commit beb0e4f
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,27 @@
- sudo apt-get clean
- sudo apt-get autoremove
- sudo reboot

---------------------------------------------------SOFTWARE-SETUP------------------------------------------------------
---------------------------------------------------AUTO SOFTWARE-SETUP-------------------------------------------------------
This method is the easy way to setup and install iotpos.

Just copy and paste the following into a terminal
------
git clone https://www.github.com/hiramvillarreal/iotpos

cd iotpos

sudo chmod +x install.sh

sudo ./install.sh

If the sudo ./install.sh does not work try

sudo sh install.sh
---------
If you wish to setup and install manually please see below


---------------------------------------------------MANUAL SOFTWARE-SETUP----------------------------------------------------

Just in case you already didn't, make sure everything is up to date:

Expand Down

0 comments on commit beb0e4f

Please sign in to comment.