mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 14:04:06 +00:00
Another README.md update (#29)
* Another README.md update * Capitalization matters --------- Signed-off-by: Juan José Mata <juanjo.mata@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
23
README.md
23
README.md
@@ -5,7 +5,7 @@
|
|||||||
<!-- Keep these links. Translations will automatically update with the README. -->
|
<!-- Keep these links. Translations will automatically update with the README. -->
|
||||||
<a href="https://readme-i18n.com/de/we-promise/sure">Deutsch</a> |
|
<a href="https://readme-i18n.com/de/we-promise/sure">Deutsch</a> |
|
||||||
<a href="https://readme-i18n.com/es/we-promise/sure">Español</a> |
|
<a href="https://readme-i18n.com/es/we-promise/sure">Español</a> |
|
||||||
<a href="https://readme-i18n.com/fr/we-promise/sure">français</a> |
|
<a href="https://readme-i18n.com/fr/we-promise/sure">Français</a> |
|
||||||
<a href="https://readme-i18n.com/ja/we-promise/sure">日本語</a> |
|
<a href="https://readme-i18n.com/ja/we-promise/sure">日本語</a> |
|
||||||
<a href="https://readme-i18n.com/ko/we-promise/sure">한국어</a> |
|
<a href="https://readme-i18n.com/ko/we-promise/sure">한국어</a> |
|
||||||
<a href="https://readme-i18n.com/pt/we-promise/sure">Português</a> |
|
<a href="https://readme-i18n.com/pt/we-promise/sure">Português</a> |
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
# ~Maybe~Sure: The personal finance app for everyone
|
# ~Maybe~Sure: The personal finance app for everyone
|
||||||
|
|
||||||
<b>Get
|
<b>Get
|
||||||
involved: [Discord](https://discord.gg/36ZGBsxYEK) • [Website](https://web.archive.org/web/20250715182050/https://maybefinance.com/) • [Issues](https://github.com/we-promise/sure/issues)</b>
|
involved: [Discord](https://discord.gg/36ZGBsxYEK) • [(archived) Website](https://web.archive.org/web/20250715182050/https://maybefinance.com/) • [Issues](https://github.com/we-promise/sure/issues)</b>
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This repository is a community fork of the official (now abandoned) Maybe Finance one.
|
> This repository is a community fork of the official (now abandoned) Maybe Finance one.
|
||||||
@@ -45,15 +45,15 @@ codebase alive and who knows what else will come next.
|
|||||||
|
|
||||||
Join us?
|
Join us?
|
||||||
|
|
||||||
[^^^ STOPPED EDITING HERE ^^^]
|
## Hosting ~Maybe~Sure
|
||||||
|
|
||||||
## Maybe Hosting
|
Sure is a fully working personal finance app that can be [self hosted with Docker](docs/hosting/docker.md).
|
||||||
|
|
||||||
Maybe is a fully working personal finance app that can be [self hosted with Docker](docs/hosting/docker.md).
|
|
||||||
|
|
||||||
## Forking and Attribution
|
## Forking and Attribution
|
||||||
|
|
||||||
This repo is no longer maintained. You’re free to fork it under the AGPLv3. To stay compliant and avoid trademark issues:
|
This repo is a community fork of the no longer maintained Maybe Finance one.
|
||||||
|
You’re free to fork it under the AGPLv3 but we prefer if you stay here and contribute.
|
||||||
|
To stay compliant and avoid trademark issues:
|
||||||
|
|
||||||
- Be sure to include the original [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE) and clearly state in your README that your fork is based on Maybe Finance but is **not affiliated with or endorsed by** Maybe Finance Inc.
|
- Be sure to include the original [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE) and clearly state in your README that your fork is based on Maybe Finance but is **not affiliated with or endorsed by** Maybe Finance Inc.
|
||||||
- "Maybe" is a trademark of Maybe Finance Inc. and therefore, use of it is NOT allowed in forked repositories (or the logo)
|
- "Maybe" is a trademark of Maybe Finance Inc. and therefore, use of it is NOT allowed in forked repositories (or the logo)
|
||||||
@@ -73,7 +73,7 @@ The instructions below are for developers to get started with contributing to th
|
|||||||
After cloning the repo, the basic setup commands are:
|
After cloning the repo, the basic setup commands are:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd maybe
|
cd sure
|
||||||
cp .env.local.example .env.local
|
cp .env.local.example .env.local
|
||||||
bin/setup
|
bin/setup
|
||||||
bin/dev
|
bin/dev
|
||||||
@@ -99,6 +99,7 @@ For further instructions, see guides below.
|
|||||||
|
|
||||||
## Copyright & license
|
## Copyright & license
|
||||||
|
|
||||||
Maybe is distributed under
|
Maybe/Sure are distributed under
|
||||||
an [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE). "
|
an [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE).
|
||||||
Maybe" is a trademark of Maybe Finance, Inc.
|
Remember that "Maybe" is a trademark of Maybe Finance, Inc.
|
||||||
|
"Sure" is not.
|
||||||
|
|||||||
Reference in New Issue
Block a user