-
-
Notifications
You must be signed in to change notification settings - Fork 480
README: Add installation method via .pacman binary. #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
New way to install via pacman file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked it
|
||
```bash | ||
sudo pacman -U heroic-x.x.x.pacman | ||
``` | ||
|
||
Otherwise you can install it via your prefered AUR helper, e.g. yay. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this above the newly added section.
@CleoMenezes can you please address the comments so that we can merge this? Thanks. |
How can I do it? |
Just make changes to the file based on my feedback? |
Co-authored-by: Adityarup Laha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Still not fixed though, please address review comments. @CleoMenezes |
Closing due to inactivity. |
* i18n: replace wine with compatiility layer * feat: download recommended wine version if none was found * i18n: updated keys * other: show message if no wine version was found on settings * chore: decoupled download wine method * feat: download wine if none was found on startup * fix: wineprefix on macOS not being set * i18n: use only Compatibility Layer label * fix: do not download LoL version of wine on linux
* [Feat] Auto Download Wine if no version was found in the system (#317) * i18n: replace wine with compatiility layer * feat: download recommended wine version if none was found * i18n: updated keys * other: show message if no wine version was found on settings * chore: decoupled download wine method * feat: download wine if none was found on startup * fix: wineprefix on macOS not being set * i18n: use only Compatibility Layer label * fix: do not download LoL version of wine on linux * i18n: revert naming change * i18n: fix settings labels as well * fix: wine list filter on macOS * chore: use wine-ge-proton * fix: pr comments * Update public/locales/be/translation.json Co-authored-by: Mathis Dröge <[email protected]> * chore: pr comments * chore: version bump * fix: windows notification app name --------- Co-authored-by: Mathis Dröge <[email protected]>
New way to install via pacman file.