lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.21k stars 295 forks source link

Update the mention of yay in the Readme #170

Closed Miepee closed 2 years ago

Miepee commented 3 years ago

yay is an unofficial AUR helper and is thus not supported by Arch Linux. I changed it to just mention and link to the AUR package instead, users should be able to install the package from there.

yochananmarqos commented 2 years ago

Why? The AUR itself is not supported by Arch, let alone AUR helpers. yay is the most popular AUR helper, it's just an example. Many projects do this to help users install their software.

Miepee commented 2 years ago

The way it was shown there it didn't come of as an example, to me at least. Came off like it's the only way to install it like that.

In order to help new users, does this sound better?

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`
yochananmarqos commented 2 years ago

It does, indeed.