aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 17:42:54 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 17:42:54 -0500
commit051c61e5e9b9d77cfa02087c6fe0d5bd703c7d6a (patch)
tree69cb09825fbd1577b7bb06d1a31505dc32c4f0fa /README.md
parentRemoved references to funding and opencollective (diff)
downloadferdium-app-051c61e5e9b9d77cfa02087c6fe0d5bd703c7d6a.tar.gz
ferdium-app-051c61e5e9b9d77cfa02087c6fe0d5bd703c7d6a.tar.zst
ferdium-app-051c61e5e9b9d77cfa02087c6fe0d5bd703c7d6a.zip
Added content for unsigned nightlies; Commented out opencollective integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 523b256f4..07c06cbad 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,18 @@
11 11
12# Ferdium 12# Ferdium
13 13
14- [Ferdium](#ferdium)
15 - [Screenshots](#screenshots)
16 - [Download](#download)
17 - [Unsigned Nightlies on MacOS](#unsigned-nightlies-on-macos)
18 - [Migrating from Ferdi](#migrating-from-ferdi)
19 - [Contributing](#contributing)
20
14<p> 21<p>
15<a href="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml"><img alt="Build Status" src="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml/badge.svg?branch=develop&event=push"></a> 22<a href="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml"><img alt="Build Status" src="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml/badge.svg?branch=develop&event=push"></a>
23<!-- TODO: Uncomment once we have integrated with crowdin
16<a title="Crowdin" target="_blank" href="https://crowdin.com/project/ferdium"><img src="https://badges.crowdin.net/ferdium/localized.svg"></a> 24<a title="Crowdin" target="_blank" href="https://crowdin.com/project/ferdium"><img src="https://badges.crowdin.net/ferdium/localized.svg"></a>
25-->
17<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> 26<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
18<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-256-default.svg?logo=github' alt='Contributors'/></a> 27<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-256-default.svg?logo=github' alt='Contributors'/></a>
19<!-- ALL-CONTRIBUTORS-BADGE:END --> 28<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -47,6 +56,10 @@ Assets made available via [GitHub releases](https://github.com/ferdium/ferdium-a
47 56
48_Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq/)._ 57_Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq/)._
49 58
59## Unsigned Nightlies on MacOS
60
61Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. If you download these, and are on MacOS beyond Catalina, you will face the issue that the OS says the `dmg` is corrupted. If so, please run the command in [this comment](https://github.com/ferdium/ferdium-app/issues/34#issuecomment-1107655575)
62
50## Migrating from Ferdi 63## Migrating from Ferdi
51 64
52If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run [the following script](./scripts/migration/migrate-windows.ps1) to migrate your existing Ferdi profile such that Ferdium can pick up the configurations. 65If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run [the following script](./scripts/migration/migrate-windows.ps1) to migrate your existing Ferdi profile such that Ferdium can pick up the configurations.
@@ -55,6 +68,7 @@ If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdiu
55 68
56Please read the [contributing guidelines](CONTRIBUTING.md) to setup your development machine and proceed. 69Please read the [contributing guidelines](CONTRIBUTING.md) to setup your development machine and proceed.
57 70
71<!-- TODO: Uncomment once we have integrated with opencollective
58## Contributors ✨ 72## Contributors ✨
59 73
60Special thanks goes to these awesome people: 74Special thanks goes to these awesome people:
@@ -62,3 +76,4 @@ Special thanks goes to these awesome people:
62<a href="https://github.com/ferdium/ferdium-app/blob/develop/.all-contributorsrc" target="_blank"><img src="https://opencollective.com/ferdium/contributors.svg?avatarHeight=42&width=890&button=off"></a> 76<a href="https://github.com/ferdium/ferdium-app/blob/develop/.all-contributorsrc" target="_blank"><img src="https://opencollective.com/ferdium/contributors.svg?avatarHeight=42&width=890&button=off"></a>
63 77
64This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! 78This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
79-->