You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
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).
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
-
<aname="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
-
<aname="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.
0 commit comments