mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
This commit is contained in:
parent
f11d8706d6
commit
1ec726913f
1 changed files with 16 additions and 9 deletions
25
README.md
25
README.md
|
|
@ -7,21 +7,14 @@
|
|||
|
||||
[](https://github.com/cranci1/Sora/actions/workflows/build.yml) [](https://discord.gg/XR3SrmUbpd) [](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)
|
||||
|
||||
An iOS and macOS modular web scraping app, under the GPLv3.0 License.
|
||||
|
||||
<div style="display: flex; justify-content: center; gap: 20px;">
|
||||
<a href="http://itunes.apple.com/us/app/sulfur/id6742741043">
|
||||
<img src="./.github/app-store-badge.png" alt="Download on the App Store" style="height: 50px; padding-top: 10px;">
|
||||
<a href="https://testflight.apple.com/join/qMUCpNaS" target="_blank">
|
||||
<img src="https://askyourself.app/assets/testflight.png" alt="Available on TestFlight" style="height: 50px; padding-top: 10px;">
|
||||
</a>
|
||||
</div>
|
||||
**An iOS and macOS modular web scraping app, under the GPLv3.0 License.**
|
||||
|
||||
</div>
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Features](#features)
|
||||
- [Installation](#installation)
|
||||
- [Frequently Asked Questions](#frequently-asked-questions)
|
||||
- [Acknowledgements](#acknowledgements)
|
||||
- [License](#license)
|
||||
|
|
@ -38,6 +31,20 @@ An iOS and macOS modular web scraping app, under the GPLv3.0 License.
|
|||
- [x] External Media players (VLC, infuse, Outplayer, nPlayer)
|
||||
- [x] Background playback and Picture-in-Picture (PiP) support
|
||||
|
||||
## Installation
|
||||
|
||||
You can download Sora on the App Store for stable updates or on Testflight for more updates but maybe some instability. (Testflight is recommended):
|
||||
|
||||
<a href="https://apps.apple.com/us/app/sulfur/id6742741043">
|
||||
<img src="https://askyourself.app/assets/appstore.png" width="170" alt="Build and Release IPA">
|
||||
</a>
|
||||
|
||||
<a href="https://testflight.apple.com/join/qMUCpNaS">
|
||||
<img src="https://askyourself.app/assets/testflight.png" width="170" alt="Build and Release IPA">
|
||||
</a>
|
||||
|
||||
Additionaly you can install the app using xCode or using the .ipa file that you can find on the [Releases](https://github.com/cranci1/Sora/releases) tab or on the [nightly](https://nightly.link/cranci1/Sora/workflows/build/dev/Sulfur-IPA.zip) build page.
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
||||
1. **What is Sora?**
|
||||
|
|
|
|||
Loading…
Reference in a new issue