From 94e2c60314150c4d7e3a17fe9bf619837670527d Mon Sep 17 00:00:00 2001 From: madonuko Date: Fri, 2 Aug 2024 18:49:36 +0800 Subject: [PATCH 1/3] docs: update readme and contributing --- CONTRIBUTING.md | 10 ++++------ README.md | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a75ea47b81..220213a7ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,7 @@ # Contributing -First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please contact us on [Discord](https://discord.gg/5fdPuxTg5Q). +First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [contact us](https://wiki.ultramarine-linux.org/en/community/community/). -## Documentations - -* [Contribution Guide](https://developer.fyralabs.com/terra/contributing) -* [FAQ](https://developer.fyralabs.com/terra/faq) -* [Policy](https://developer.fyralabs.com/terra/policy) +- [Contribution Guide](https://developer.fyralabs.com/terra/contributing) +- [FAQ](https://developer.fyralabs.com/terra/faq) +- [Policy](https://developer.fyralabs.com/terra/policy) diff --git a/README.md b/README.md index 986554e572..01f1d1e5ca 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,27 @@ Terra is a rolling-release Fedora repository for all the software you need. With Terra, you can install the latest packages knowing that quality and security are assured. +See the introduction at [our website](https://terra.fyralabs.com). + This monorepo contains the package manifests for all packages in Terra. ## Installation + ```bash sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release ``` -You should also install the `terra-release` package so that when our infrastructure has any migrations, you can be assured that your Terra installation will still work as-is. + +If you are using immutable/atomic editions of Fedora, run the following commands instead: + +```bash +curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo +sudo rpm-ostree install terra-release +``` ## Documentation -Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/terra/). Alternatively, the GitHub Wiki contains older versions of the documentations. + +Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/terra/). ## Questions? -Feel free to reach out on [Discord](https://discord.gg/5fdPuxTg5Q). We're always happy to help! + +Feel free to reach out by [joining our community](https://wiki.ultramarine-linux.org/en/community/community/). We're always happy to help! From 403e2082505c05bd3b81278e30438c9de638d5e3 Mon Sep 17 00:00:00 2001 From: madonuko Date: Fri, 2 Aug 2024 19:24:10 +0800 Subject: [PATCH 2/3] more links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01f1d1e5ca..8740779b1d 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/t ## Questions? Feel free to reach out by [joining our community](https://wiki.ultramarine-linux.org/en/community/community/). We're always happy to help! + +- [Contribution Guide](https://developer.fyralabs.com/terra/contributing) +- [FAQ](https://developer.fyralabs.com/terra/faq) +- [Policy](https://developer.fyralabs.com/terra/policy) From b7cb93b9d97bb4092e92088fe68833219ee744d8 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 9 Aug 2024 18:00:06 +0800 Subject: [PATCH 3/3] Update CONTRIBUTING.md Signed-off-by: madomado --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 220213a7ac..c856278454 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [contact us](https://wiki.ultramarine-linux.org/en/community/community/). +First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [join our chats](https://wiki.ultramarine-linux.org/en/community/community/). - [Contribution Guide](https://developer.fyralabs.com/terra/contributing) - [FAQ](https://developer.fyralabs.com/terra/faq)