From d789447661f1a81821d51a068d07237a78c766a4 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 3 Jul 2021 10:02:25 +0200 Subject: [PATCH 1/2] readme: remove yay mention --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c217b2..353c7f0 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,7 @@ sudo apt install linux-wifi-hotspot #### Arch based distributions -Install with: - -```bash -yay -S linux-wifi-hotspot -``` +Linux Wifi Hotspot is available as a package on the [AUR](https://aur.archlinux.org/packages/linux-wifi-hotspot/). ### Dependencies From 08a7a07623f1bb94a6af7284717e8b1a9217cb43 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:52:54 +0200 Subject: [PATCH 2/2] readme: update Arch instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 353c7f0..5f9f7bf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ sudo apt install linux-wifi-hotspot #### Arch based distributions -Linux Wifi Hotspot is available as a package on the [AUR](https://aur.archlinux.org/packages/linux-wifi-hotspot/). +Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper. +For example, if you use `yay` you can do: +`yay -S linux-wifi-hotspot` ### Dependencies