Revert README.md
All checks were successful
Build / Check format (push) Successful in 45s
Build / Build pacwrap (push) Successful in 1m42s

This commit is contained in:
Xavier Moffett 2024-10-30 23:55:52 -04:00
parent 58084985cf
commit e7fb0e3ca6
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -1,7 +1,7 @@
# pacwrap [![Build Workflow](https://git.sapphirus.org/pacwrap/pacwrap/badges/workflows/build.yml/badge.svg?label=build&logo=github+actions&logoColor=d1d7e0&style=flat-square)](https://git.sapphirus.org/pacwrap/pacwrap/actions?workflow=build.yml)
# <p align=center>[![pacwrap](https://shields.io/aur/version/pacwrap?style=for-the-badge&color=599ffb&logo=archlinux&label=pacwrap)](https://aur.archlinux.org/packages/pacwrap/)[![pacwrap-git](https://shields.io/aur/version/pacwrap-git?style=for-the-badge&color=599ffb&logo=archlinux&label=pacwrap-git)](https://aur.archlinux.org/packages/pacwrap-git/)[![License](https://shields.io/crates/l/pacwrap/0.7.2?style=for-the-badge&color=6dfb59&logo=gnu)](https://spdx.org/licenses/GPL-3.0-only.html)![MSRV](https://shields.io/crates/msrv/pacwrap/0.8.0?style=for-the-badge&color=fba759&logo=rust)</p>
<img align="left" src="./assets/logo.svg">
<img align="left" src="https://github.com/pacwrap/pacwrap/raw/master/assets/logo.svg">
A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package transactions and launch applications.
@ -38,7 +38,7 @@ $ pacwrap -Syu
```
More advanced examples along with further documentation of configuration can be found further
elaborated upon **[here](./master/docs/)**.
elaborated upon **[here](https://github.com/pacwrap/pacwrap/blob/master/docs/)**.
## Features
@ -79,7 +79,7 @@ If a feature you see here is not completed, feel free to submit a PR; or submit
## Manual
An online version of the user manual is viewable **[here](./docs/manual.md)**.
An online version of the user manual is viewable **[here](https://github.com/pacwrap/pacwrap/blob/master/docs/manual.md)**.
## Build requirements