📚 docs(README): warning that the installation guide only support arch based distros
This commit is contained in:
parent
9c64a0e02f
commit
8814382b2f
1 changed files with 5 additions and 2 deletions
7
.github/README.md
vendored
7
.github/README.md
vendored
|
@ -199,15 +199,18 @@ Here is all the information about my setup:
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The installation guide is under construction, try it at your own risk!
|
> The installation guide is under construction, try it at your own risk!
|
||||||
|
> It is also ment only for Arch based systems. All other distros are not supported and I will not be helping with issues related to them.
|
||||||
|
|
||||||
### :package: Dependencies Installation
|
### :package: Dependencies Installation
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The names of the packages are from the AUR and Arch Repos; adapt them to your system. Most of the packages are available on other distros official repos (most of the time out-to-date). To install CLI/TUI specific packages in non-arch based distros, I recommend to use [homebrew](https://brew.sh/).
|
> The names of the packages are from the AUR and Arch Repos; adapt them to your system. Most of the packages are available on other distros official repos (most of the time out-to-date).
|
||||||
|
> To install CLI/TUI specific packages in non-arch based distros, I recommend to use [homebrew](https://brew.sh/).
|
||||||
|
> In the guide, I will be using [Yay](https://github.com/Jguer/yay) as the AUR helper. Be sure to [install it](../.local/bin/installYay) or change the commands to your preferred one.
|
||||||
|
|
||||||
- **Base Packages**
|
- **Base Packages**
|
||||||
|
|
||||||
First, lets start with the required base packages for the configuration to function. Assuming you're running Arch Linux, and your AUR helper is [yay](https://github.com/Jguer/yay):
|
First, lets start with the required base packages for the configuration to function.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \
|
yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \
|
||||||
|
|
Loading…
Add table
Reference in a new issue