Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit c01e9dd

Browse files
committed
delete arch ver from readme
1 parent 9b83bf1 commit c01e9dd

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

README.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Discord Rich Presence for web services!
2525
- [Additional notes](#appimagenotes)
2626
- **Red Hat Enterprise Linux (RHEL) based distributions** (soon, use [this](#appimage) for now)
2727
- **Debian and Ubuntu based distributions** (soon, use [this](#appimage) for now)
28-
- **[Arch Linux based distributions](#arch)**
29-
- [Installation instructions](#archinstall)
30-
- [Additional notes](#archnotes)
28+
- **[Arch Linux based distributions](#arch)** (soon, use [this](#appimage) for now)
3129
- **[Gentoo Linux](#gentoo)**
3230
- [Installation instructions](#gentooinstall)
3331
- [Additional notes](#gentoonotes)
@@ -132,60 +130,6 @@ wget https://github.com/PreMiD/Linux/releases/latest/download/PreMiD-Portable.Ap
132130

133131
Either if you want to try PreMiD or just don't want to install it, this one's the best, it's always up to date but _DOESN'T AUTO-START WITH THE SYSTEM!_</br>If you get tired of having to open it each time, use the other packages (according to your distribution).
134132

135-
<a name="arch"></a>
136-
<img src=".github/iusearchbtw.svg" width="100" height="100" align="right"></img>
137-
138-
## Arch Linux based distributions
139-
140-
Uses [Arch User Repository](https://aur.archlinux.org/packages/premid);</br>
141-
Supported distributions are _itself_, Manjaro, Anarchy, Artix, Arco, ArchLabs, Endeavour, Archman, BlackArch, Liri OS and [every one that supports installing from AUR](https://wiki.archlinux.org/index.php/Arch-based_distributions#Active).
142-
143-
<a name="archinstall"></a>
144-
145-
### Installation instructions
146-
147-
```bash
148-
# Using yay (recommended)
149-
yay -S premid
150-
```
151-
152-
```bash
153-
# Using pakku
154-
pakku -S premid
155-
```
156-
157-
```bash
158-
# Using trizen
159-
trizen -S premid
160-
```
161-
162-
```bash
163-
# Using pacaur
164-
pacaur -S premid
165-
```
166-
167-
```bash
168-
# ... you get the point
169-
```
170-
171-
or manually from the [Arch User Repository](https://aur.archlinux.org/packages/premid) if you know what you're doing.
172-
173-
<a name="archnotes"></a>
174-
175-
### Additional notes
176-
177-
If your distro uses pacman, then you have to install one of the helpers first. If you don't have any, Yay is recommended, run :
178-
179-
```bash
180-
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
181-
```
182-
183-
```bash
184-
yay -S premid
185-
```
186-
187-
Other AUR/Pacman helpers work as well, although each one's functionality is different so you may face issues while using them.
188-
189133
<img src=".github/gentoo.svg" width="100" height="100" align="right"></img>
190134
<a name="gentoo"></a>
191135

0 commit comments

Comments
 (0)