https://github.com/Roseblume/Rosary
A simple bible app written in Tauri
https://github.com/Roseblume/Rosary
bible-study
Last synced: 6 months ago
JSON representation
A simple bible app written in Tauri
- Host: GitHub
- URL: https://github.com/Roseblume/Rosary
- Owner: RoseBlume
- License: mit
- Created: 2024-04-15T15:39:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T03:13:53.000Z (over 1 year ago)
- Last Synced: 2024-05-22T19:03:49.785Z (over 1 year ago)
- Topics: bible-study
- Language: HTML
- Homepage: https://snapdragon-bustling-spandex.glitch.me/
- Size: 66.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Rosary - Study Christianity. (Applications / Learning)
README
# Install for Windows
[](#contributors-)
1. Navigate to releases, and click on the lastest release.
2. Download the setup.exe file.
3. Click on the downloaded file.
4. Complete the installation using the recommended settings in the wizard.
# Install for Android
1. Navigate to releases, and click on the latest release.
2. Download the Rosary.APK file.
3. Open your files app and enter your downloads folder.
4. Click on the downloaded file.
5. If it prompts you to allow installations from unknown sources, follow the prompt to allow it to install.
6. If PlayProtect asks to scan your app, please click the scan app now button.
7. A prompt will now appear on the screen asking to install the Rosary App.
8. Click Install
# Install for Linux
### Install as a Flatpak
[](https://flathub.org/apps/io.github.roseblume.rosary)
### Install for Debian
### For x86_64
```sh
wget https://github.com/RoseBlume/Rosary/releases/download/v1.2.4/rosary_1.2.4_amd64.deb
sudo apt install ./rosary_1.2.4_amd64.deb
```
### For Arm64
```sh
wget https://github.com/RoseBlume/Rosary/releases/download/v1.2.4/rosary_1.2.4_arm64.deb
sudo apt install ./rosary_1.2.4_arm64.deb
```
## Install for RHEL
### For x86_64
```sh
wget https://github.com/RoseBlume/Rosary/releases/download/v1.2.4/rosary-1.2.4-1.x86_64.rpm
dnf localinstall rosary-1.2.4-1.x86_64.rpm
```
### For Arm64
```sh
wget https://github.com/RoseBlume/Rosary/releases/download/v1.2.4/rosary-1.2.4-1.arch64.rpm
dnf localinstall rosary-1.2.4-1.aarch64.rpm
```
## Install as a Snap
[](https://snapcraft.io/jrosarybibleapp)
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!