Before starting make sure you have iguana
daemon compiled and running on your machine.
You can find instructions to install iguana
here:
Once running, follow these steps:
git clone https://github.com/SuperNETorg/dexuglygui.git
cd dexuglygui
git checkout v0.2
It will download "dexuglygui". Open "dexuglygui", and from there open "index.html" file in your web browser.
To update, follow these steps:
cd dexuglygui
git checkout v0.2
git pull