Skip to content

Commit 21c2e04

Browse files
authored
Add ArchLinux installation section in README.md
1 parent 313c26c commit 21c2e04

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,26 @@ RootAsRole solves this:
6262

6363
## 📥 Installation
6464

65+
### Install from Linux distributions
66+
67+
[![Packaging status](https://repology.org/badge/vertical-allrepos/dosr.svg)](https://repology.org/project/dosr/versions)
68+
69+
**We really need your help to bring the project to Linux distributions repositories! Please contribute 🙏!**
70+
71+
#### Arch Linux (AUR)
72+
73+
```sh
74+
git clone https://aur.archlinux.org/dosr.git
75+
cd dosr
76+
makepkg -si
77+
```
78+
you can also use `yay` AUR manager or any other one you like. Please __**vote**__ for the [AUR](https://aur.archlinux.org/packages/dosr) if you want it into pacman `extra` repo! All you need is an [Arch AUR account](https://aur.archlinux.org/login) and you could vote for the AUR 🙂
79+
6580
### 🔧 From Source
6681

6782
### Prerequisites
6883

69-
* [Rust](https://www.rust-lang.org/tools/install) >= 1.76.0
84+
* [Rust](https://www.rust-lang.org/tools/install) >= 1.83.0
7085
* You can install Rust by running the following command:
7186
```sh
7287
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
@@ -89,11 +104,6 @@ RootAsRole solves this:
89104
> 1. `cd RootAsRole`
90105
> 1. `cargo xtask install -bip sudo`
91106

92-
### Install from Linux distributions
93-
94-
**We really need your help to bring the project to Linux distributions repositories! Please contribute 🙏!**
95-
96-
97107
## 🧰 Usage
98108

99109
<pre>

0 commit comments

Comments
 (0)