From 98f3e3824734f523877f4301c47d2b27f6009057 Mon Sep 17 00:00:00 2001 From: Satinder Grewal <> Date: Thu, 3 Aug 2017 19:58:18 +1200 Subject: [PATCH] ReadMe updated with update instructions --- ReadMe.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 5f2058f..8cb38fd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -9,9 +9,16 @@ https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-No Once running, follow these steps: ```shell 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: +```shell +cd dexuglygui +git checkout v0.2 +git pull +``` \ No newline at end of file