dinolay/README.md
Ari Archer 2874d1bb46
add a warning message to the reamde
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-07-17 16:57:11 +03:00

32 lines
843 B
Markdown

# dinolay
**warning** i am currently on arch linux due to my hw being very new and the kernel not supporting some of it so im trying ti stay on edge, this overlay wont be updated til my hw gets support, im sorry for any inconveniences :3
## Depricated ebuilds overlay
https://github.com/TruncatedDinosour/deaddino
## Installation
### Manual
```bash
$ sudo mkdir -p /etc/portage/repos.conf
$ sudo curl -fl 'https://raw.githubusercontent.com/TruncatedDinosour/dinolay/main/dinolay.conf' -o /etc/portage/repos.conf/dinolay.conf
$ sudo emerge --sync dinolay
```
### Eselect repository
```bash
$ sudo eselect repository add 'dinolay' 'git' 'https://github.com/TruncatedDinosour/dinolay.git'
$ sudo eselect repository enable dinolay
$ sudo emerge --sync dinolay
```
### Layman
```bash
$ sudo layman -a dinolay
$ sudo layman -s dinolay
```