added usage

This commit is contained in:
Kaushal Kumar Agarwal 2018-08-28 09:30:37 +05:30 committed by GitHub
parent e6393da325
commit d60849a5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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