this is an extremely simple guide on how to install osu! on arch linux using thepoon's method. his guide can be quite confusing, so i will explain how to do it using as few words as possible and with commands instead of drawn out explanations.

make sure you have yay installed (sudo pacman -S yay) as it makes things a lot easier.

what you need
- wine (yay wine)
- gpu drivers (if you have a dedicated nvidia card, do yay nvidia. amd and intel cards, including integrated cards, should be plug and play and don't usually require dedicated drivers)

step 1: sign poon's keys by entering these into the terminal:
sudo pacman-key --keyserver hkps://hkps.pool.sks-keyservers.net -r C0E7D0CDB72FBE95 
sudo pacman-key --keyserver hkps://hkps.pool.sks-keyservers.net --lsign-key C0E7D0CDB72FBE95

step 2: in your terminal, do sudo nano /etc/pacman.conf. navigate your cursor to the very bottom of the text document, and after pressing enter to create a space paste this:

[thepoon]
Server = https://archrepo.thepoon.fr
Server = https://mirrors.celianvdb.fr/archlinux/thepoon

like so: