Skip to content

Commit 1ca647b

Browse files
authored
Update README
Updated the README to enhance clarity and structure
1 parent 240d28f commit 1ca647b

File tree

1 file changed

+51
-29
lines changed

1 file changed

+51
-29
lines changed

profile/README.md

Lines changed: 51 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,56 @@
33
<img src="https://github.com/user-attachments/assets/680eb489-d972-429c-b144-8b68c5048c3e" width="256">
44
</a>
55
<br>
6-
<b><strong><a href="https://docs.pkgforge.dev/">Package Forge</a></strong></b>
7-
<br>
8-
6+
<b><a href="https://docs.pkgforge.dev/">Package Forge</a></b>
97
</p>
108

11-
### [About ℹ️](https://docs.pkgforge.dev/)
12-
[doc-shield]: https://img.shields.io/badge/docs.pkgforge.dev-blue
13-
[doc-url]: https://docs.pkgforge.dev/
14-
[![Documentation][doc-shield]][doc-url]<br>
15-
Welcome to [Package Forge](https://github.com/pkgforge), Improving Package Management for `*Unix` Systems with [Thousands of Statically Compiled Binaries](https://pkgs.pkgforge.dev), [Portable Packages](https://github.com/pkgforge/soarpkgs) like [AppImage & More](https://github.com/pkgforge/pkgcache) and a [Package Manager written in Blazingly 🚀🚀 Fast 🦀 Rust](https://github.com/pkgforge/soar)
16-
17-
### Cool! How Can I participate, help & Contribute?
18-
19-
- Star ⭐ & Check our core Projects:
20-
- [Soar](https://github.com/pkgforge/soar): The Modern, Bloat-Free Distro-Independent [Package Manager](https://soar.qaidvoid.dev/) built in blazingly fast 🦀 Rust
21-
> <a href="https://github.com/pkgforge/soar"><img src="https://soar.pkgforge.dev/gif?tmp.iao3Hz8VWx=tmp.u1jeXp7wGZ" alt="soar-list"></a><br>
22-
>
23-
- [SoarPkgs](https://github.com/pkgforge/soarpkgs): 📦📀 [Soar User Repository](https://docs.pkgforge.dev/repositories/soarpkgs) containing [`.SBUILD`](https://docs.pkgforge.dev/sbuild/introduction) for Making Linux Packaging truly Portable, Simple, and Distro-Independent
24-
- [BinCache](https://github.com/pkgforge/bincache): 📦 The Largest Collection of [Pre-Compiled Linux Static Binaries](https://pkgs.pkgforge.dev), used as the primary [Binary cache](https://docs.pkgforge.dev/repositories/bincache) for Soar
25-
- [PkgCache](https://github.com/pkgforge/pkgcache): 📀 [Pre-Built Portable Packages](https://docs.pkgforge.dev/repositories/pkgcache) [AppBundle | AppImage (+zsync) | Archive | FlatImage | GameImage | RunImage](https://docs.pkgforge.dev/formats/packages)
26-
- [SBuilder](https://github.com/pkgforge/sbuilder): Utilities for [Linting and Building](https://docs.pkgforge.dev/sbuild/instructions) [`.SBUILD`](https://docs.pkgforge.dev/sbuild/introduction) [Packages](https://github.com/pkgforge/soarpkgs)
27-
- [Squishy-rs](https://github.com/pkgforge/squishy-rs): Convenient high level Library & CLI for reading SquashFS files in Rust
28-
- Join the [Discussion at Discord](https://discord.gg/djJUs48Zbu): [![Discord](https://img.shields.io/discord/1313385177703256064?logo=%235865F2&label=Discord)](https://discord.gg/djJUs48Zbu)
29-
### Sub Organizations 🏢
30-
- [PkgForge-Dev](https://github.com/pkgforge-dev): This ORG hosts @pkgforge's Official Developers' Repos
31-
- [PkgForge-Community](https://github.com/pkgforge-community): This ORG hosts Community Repos, Projects & their Dependencies for @pkgforge
32-
- [PkgForge-Security](https://github.com/pkgforge-security): This ORG hosts Official Security Tools & Research
33-
34-
35-
### [**Community 💬**](https://docs.pkgforge.dev/contact/chat)
36-
- <a href="https://discord.gg/djJUs48Zbu"><img src="https://github.com/user-attachments/assets/5a336d72-6342-4ca5-87a4-aa8a35277e2f" width="18" height="18"><code>PkgForge (<img src="https://github.com/user-attachments/assets/a08a20e6-1795-4ee6-87e6-12a8ab2a7da6" width="18" height="18">) Discord </code></a> `` [`https://discord.gg/djJUs48Zbu`](https://discord.gg/djJUs48Zbu)
9+
---
10+
11+
## About
12+
13+
[![Documentation](https://img.shields.io/badge/docs.pkgforge.dev-blue)](https://docs.pkgforge.dev/)
14+
[![Discord](https://img.shields.io/discord/1313385177703256064?logo=%235865F2&label=Discord)](https://discord.gg/djJUs48Zbu)
15+
16+
[Package Forge](https://github.com/pkgforge) is rethinking package management for Unix systems. We provide [thousands of statically compiled binaries](https://pkgs.pkgforge.dev), [portable packages](https://github.com/pkgforge/soarpkgs) in formats like [AppImage and more](https://github.com/pkgforge/pkgcache), and a [fast, modern package manager](https://github.com/pkgforge/soar) written in Rust.
17+
18+
---
19+
20+
## Projects
21+
22+
### Core
23+
24+
| Project | Description |
25+
|---------|-------------|
26+
| [Soar](https://github.com/pkgforge/soar) | A modern, lightweight, distro-independent package manager built in Rust |
27+
| [SoarPkgs](https://github.com/pkgforge/soarpkgs) | User repository containing [`.SBUILD`](https://docs.pkgforge.dev/sbuild/introduction) recipes for portable, distro-independent packages |
28+
| [BinCache](https://github.com/pkgforge/bincache) | The largest collection of pre-compiled static Linux binaries, serving as Soar's primary [binary cache](https://docs.pkgforge.dev/repositories/bincache) |
29+
| [PkgCache](https://github.com/pkgforge/pkgcache) | Pre-built portable packages in multiple formats: AppBundle, AppImage, FlatImage, GameImage, RunImage, and more |
30+
| [SBuilder](https://github.com/pkgforge/sbuilder) | Linting and build utilities for `.SBUILD` packages |
31+
32+
### Sub-Organizations
33+
34+
| Organization | Purpose |
35+
|--------------|---------|
36+
| [PkgForge-Dev](https://github.com/pkgforge-dev) | Official developer repositories |
37+
| [PkgForge-Community](https://github.com/pkgforge-community) | Community projects and dependencies |
38+
| [PkgForge-Security](https://github.com/pkgforge-security) | Security tools and research |
39+
40+
---
41+
42+
## Get Involved
43+
44+
We welcome contributions of all kinds. Here's how you can help:
45+
46+
- **Star** our repositories to show support
47+
- **Try Soar** and share your feedback
48+
- **Contribute** code, documentation, or package recipes
49+
- **Report issues** and suggest improvements
50+
51+
### Community
52+
53+
Join the conversation on Discord:
54+
55+
<a href="https://discord.gg/djJUs48Zbu">
56+
<img src="https://github.com/user-attachments/assets/5a336d72-6342-4ca5-87a4-aa8a35277e2f" width="18" height="18">
57+
<strong>PkgForge Discord</strong>
58+
</a> — <code>https://discord.gg/djJUs48Zbu</code>

0 commit comments

Comments
 (0)