Skip to content

Commit 4fc58a7

Browse files
committed
docs(readme): update readme
1 parent f88bf7e commit 4fc58a7

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,21 @@
1818

1919
<h4 align="center">
2020
<a href="https://soar.qaidvoid.dev">📘 Documentation</a> |
21-
<a href="https://docs.pkgforge.dev">🔮 PackageForge</a>
2221
</h4>
2322

2423
<p align="center">
25-
A fast, modern, bloat-free distro-independent package manager that <a href="https://docs.pkgforge.dev/soar/comparisons"> <i>just works</i></a><br>
26-
Supports <a href="https://docs.pkgforge.dev/formats/binaries/static">Static Binaries</a>, <a href="https://docs.pkgforge.dev/formats/packages/appimage">AppImages</a>, and other <a href="https://docs.pkgforge.dev/formats/packages">Portable formats</a> on any <a href="https://docs.pkgforge.dev/repositories/soarpkgs/faq#portability"><i>*Unix-based</i> distro</a>
24+
A fast, modern, bloat-free distro-independent package manager that <i>just works</i><br>
25+
Supports static binaries, AppImages, and other Portable formats (AppBundle, FlatImage, RunImage, Wrappe, etc.) on any Linux distribution.
2726
</p>
2827

2928
## 📦 What is Soar?
3029

3130
Soar is a **package manager** - it doesn't build or host packages itself. Instead, it consumes package metadata from repositories and handles downloading, installing, and managing packages on your system.
3231

3332
**How it works:**
34-
- **Repositories** (like [pkgforge](https://docs.pkgforge.dev/repositories)) build and host packages, providing metadata in a [standard format](https://docs.pkgforge.dev/repositories/bincache/metadata)
33+
- **Repositories** (like [soarpkgs](https://github.com/pkgforge/soarpkgs) - the default) build and host packages, providing metadata in a standard format
3534
- **Soar** fetches this metadata, lets you search/install packages, and manages your local installations
36-
- **You** can use the default pkgforge repositories, add third-party ones, or even create your own
35+
- **You** can use soarpkgs, add third-party repos, or even create your own
3736

3837
This separation means Soar works with any compatible repository - it's not tied to a specific package source.
3938

@@ -53,34 +52,22 @@ wget -qO- "https://raw.githubusercontent.com/pkgforge/soar/main/install.sh" | sh
5352

5453
> [!NOTE]
5554
> - Please read & verify what's inside the script before running it
56-
> - The script is also available through https://soar.qaidvoid.dev/install.sh & https://soar.pkgforge.dev/install.sh
55+
> - The script is also available through https://soar.qaidvoid.dev/install.sh
5756
> - Additionally, if you want to customize your installation, please read the docs @ https://soar.qaidvoid.dev/installation.html
58-
> - For extra guide & information on infra backends & adding more repos: https://docs.pkgforge.dev
5957
> - Next, check [Configuration](https://soar.qaidvoid.dev/configuration) & [Usage](https://soar.qaidvoid.dev/package-management)
6058
6159
## 🌟 Key Features
6260

6361
| Feature | Description |
6462
|:--:|:--|
6563
| **Universal** | Single binary, no dependencies, works on any Unix-like system without superuser privileges. |
66-
| **Portable Formats** | Install [static binaries](https://docs.pkgforge.dev/formats/binaries/static), [AppImages](https://docs.pkgforge.dev/formats/packages/appimage), and other [self-contained archives](https://docs.pkgforge.dev/formats/packages/archive) with ease. |
64+
| **Portable Formats** | Install static binaries, AppImages, and other self-contained archives with ease. |
6765
| **System Integration** | Automatically adds desktop entries and icons for a native feel. |
68-
| **Repository Agnostic** | Works with any repository that provides compatible metadata. Use [official pkgforge repos](https://docs.pkgforge.dev/repositories), third-party sources, or [create your own](https://soar.qaidvoid.dev/configuration#custom-repository-support). |
66+
| **Repository Agnostic** | Works with any repository that provides compatible metadata. Use [official soarpkgs repo](https://github.com/pkgforge/soarpkgs), third-party sources, or [create your own](https://soar.qaidvoid.dev/configuration#custom-repository-support). |
6967
| **Security First** | Enforces security through checksums and signature verification for package installations. |
7068
| **Fast & Efficient** | Minimal overhead with parallel downloads and efficient package operations. |
7169

7270

73-
## 📀 Default Repositories
74-
75-
Soar comes pre-configured with `pkgforge` repositories. These are the default package sources, but you can add or replace them with any compatible repository.
76-
77-
| 🏆 Tier | 🤖 Architecture | 📦 Repositories |
78-
|---------|---------|---------------------------|
79-
| **Tier 1** | **`aarch64-Linux`** | [bincache](https://docs.pkgforge.dev/repositories/bincache), [pkgcache](https://docs.pkgforge.dev/repositories/pkgcache) |
80-
| **Tier 1** | **`x86_64-Linux`** | [bincache](https://docs.pkgforge.dev/repositories/bincache), [pkgcache](https://docs.pkgforge.dev/repositories/pkgcache) |
81-
| **Tier 2** | **`riscv64-Linux`** | [bincache](https://docs.pkgforge.dev/repositories/bincache), [pkgcache](https://docs.pkgforge.dev/repositories/pkgcache) |
82-
83-
8471
## 🤝 Contributing
8572

8673
We welcome contributions! Please feel free to fork the repository and submit pull requests. See [CONTRIBUTING.md](https://github.com/pkgforge/soar/blob/main/CONTRIBUTING.md) for contribution guidelines.
@@ -89,13 +76,6 @@ We welcome contributions! Please feel free to fork the repository and submit pul
8976

9077
We have a growing community on discord to discuss not only Soar/Pkgforge but also other cool projects, feel free to join & hangout anytime.
9178
- [![Discord](https://img.shields.io/discord/1313385177703256064?logo=%235865F2&label=Discord)](https://discord.gg/djJUs48Zbu)
92-
- Other Channels: https://docs.pkgforge.dev/contact/chat
93-
94-
## 🎀 Sponsors
95-
96-
- CICD run on free [Github Runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners), Container Registry & [Package Storage](https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages) on [ghcr.io](https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-container-registry). These & much more are all generously provided by [GitHub](https://github.com/) [<img src="https://github.com/github.png?size=64" width="30" height="30">](https://github.com/)
97-
98-
- [`riscv64`](https://riscv.org/) CICD test machines are provided by [10x Engineer's](https://10xengineers.ai/) [Cloud-V](https://cloud-v.co/)
9979

10080
## Minimum Supported Rust Version (MSRV)
10181

0 commit comments

Comments
 (0)