From d60849a5b07a33640ea6b5e3b6fc42211da996d9 Mon Sep 17 00:00:00 2001 From: Kaushal Kumar Agarwal Date: Tue, 28 Aug 2018 09:30:37 +0530 Subject: [PATCH] added usage --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e42041..771c598 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FLO-AppStore -This is a Tkinter(Python 3) based gui app,which lets users to download/install,update,remove,execute and manage other FLO dapps.Users can also use search feature to search for the desired apps in FloAppStore.User can also easily navigate to app_list pages using prev/next button. +This is a Tkinter(Python 3) based gui app,which lets users to download/install,update,remove,execute and manage other FLO Dapps. ## Requirements 1. Linux operating system(working on a cross platform version). @@ -8,6 +8,10 @@ This is a Tkinter(Python 3) based gui app,which lets users to download/install,u 1. Clone/download this repository. (https://github.com/sairajzero/FLO-appStore/) 2. Run the binary file (FLO_appStore) ./FLO_appStore +3. For installing an dapp,user needs to click on respective app.A popup window will open which ask user to download the dapp if not previously installed.Once installed the same popup window will have extra buttons to open/remove dapp. +4. Updates for dapps are checked everytime when user is connected to Internet.Click on dapp which user want to update,if any updates are available,update button will automatically be displayed in the popup window. +5. User can also seach for any dapp in flostore using Search bar feature. +6. For navigating to other pages in flostore,use Next/Prev Buttons. ## Other Infos