diff --git a/README.md b/README.md index bc7c8db3..36231c83 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Report Bug · Request Feature + · + user's manual

@@ -114,25 +116,38 @@ Also, it is a multiplatform framework. ## Getting Started -the app is still in development. so there is no installation package yet. you can download the zip from the GitHub repo, unzip it, and run the app. - -### Prerequisites - -#### windows -make sure that Visual C++ Redistributable is installed on your computer. if not download it from [Here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) and install it. - - -### Installation - -#### windows and linux -* download the full zip (including the library) from the releases page, unzip it, and run the app. -* when first running the app, provide the path to the library. the path should be inside the unzipped folder. - -#### android - -* Download the apk from the releases page, and install it. -* download the library from the releases page, and unzip it on your device. -* when first running the app, provide the path to the library. the path should be inside the unzipped folder. +### windows +#### Prerequisites +make sure that Visual C++ Redistributable is installed on your computer. if not, download it from [Here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) and install it. + +#### Installation +download the latest build for windows from [releases](https://github.com/Sivan22/otzaria/releases). +the library is included in the .exe file. +in case you need only the app itself (for upgrading) you can download the .msix file. + +### linux +#### Prerequisites +```sudo apt-get install libgtk-3-0 libblkid1 liblzma5``` +#### Installation +* download the linux build from releases, extarct and run otzaria. +* when first running the app, you will be asked to download the library. +* alternatively, you can download the library manualy from [here], extarct it and provide path to the app. + +### android +* Download the .apk file from the releases page, and install it. +* when first running the app,.you will be asked to download the library. +* alternatively, you can download the library manualy from [here] and provide the zip file to the app. + +### iOS (iPhone/iPad) +* you can try the beta version through TestFlight. +* follow this [link](https://testflight.apple.com/join/yvNbmaX4). +* when first running the app,.you will be asked to download the library. + +### macos +* download the latest macos build from the releases page. +* run the app while pressing ctl. +* when first running the app, you will be asked to download the library. +* alternatively, you can download the library manualy from [here], extarct it and provide path to the app.