diff --git a/FAQ.md b/FAQ.md index 1f26775..c539b02 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,17 +3,17 @@ ### What is GitNex? GitNex is a free/paid, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go. [More here](https://codeberg.org/gitnex/GitNex#gitnex-android-client-for-gitea) -### Is it free? -Yes, it's free and open source. Though it is also available as paid on play store to support the app. +### Is GitNex free? +Yes, it's free and open source. Though it is also available as paid on [play store](https://play.google.com/store/apps/details?id=org.mian.gitnex.pro) to support the development and infrastructure. ### How can I install it? You can install GitNex directly from [F-droid](https://f-droid.org/en/packages/org.mian.gitnex/). It is also available in the [Google Play store](https://play.google.com/store/apps/details?id=org.mian.gitnex.pro) as paid OR download the APK from the [releases](https://codeberg.org/gitnex/GitNex/releases) page and install it in your preferred Android device. -### No, I want to try latest build(APK) from main branch +### No, I want to try the latest build(APK) from main branch Sure, [Download latest signed build from here](https://codeberg.org/gitnex/GitNex#user-content-downloads). ### What are the requirements? -So far not much except you should have Android 6.0 OS at a minimum. Below this version may not work. +So far none except you should have Android 6.0 OS at a minimum. Below this version may not work. ### What Gitea version I need? Please make sure that you are on latest Gitea(last major two stable releases, e.g 1.9 and 1.10) or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server. Check the versions [compatibility page](https://codeberg.org/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.