Skip to content

Commit

Permalink
Merge pull request #2451 from wrenix/feat/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 6, 2024
2 parents 6e039c3 + 8e5d509 commit ef02661
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ See [here](packages/neon_framework/example/README.md) for screenshots.
| Linux | :white_check_mark: |
| Windows | :rocket: |
| Web | :white_check_mark: |

## Try it out

Check the [example](packages/neon_framework/example) for instructions to try out the app.
14 changes: 14 additions & 0 deletions packages/neon_framework/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ A beautiful convergent cross-platform client for Nextcloud written in Flutter.
You can build it yourself from source or download it from the automatic build pipelines.
The app will be published on F-Droid, the Google Playstore and Flathub later on.

### F-Droid nightly

An easy way to try out the app is to use the [F-Droid](https://f-droid.org) nightly repository:

[https://raw.githubusercontent.com/provokateurin/nextcloud-neon-nightly/master/fdroid/repo](https://fdroid.link/#https://raw.githubusercontent.com/provokateurin/nextcloud-neon-nightly/master/fdroid/repo?fingerprint=A4680F314E0B73F7309094A9C32549FDFF11CCD271C5CFC770FF58D275FD9B80)

<img src="https://raw.githubusercontent.com/provokateurin/nextcloud-neon-nightly/master/fdroid/repo/index.png" alt="QR Code - for F-Droid" width="300"/>

### Classic Nextcloud app

You can also install Neon as a classic app on your Nextcloud server: https://apps.nextcloud.com/apps/neon_web

Please note that it is highly experimental and likely contains unknown bugs. Feel free to report them here.

## Run on web

Due to CORS issues the app must be run with web security disabled.
Expand Down

0 comments on commit ef02661

Please sign in to comment.