98 Commits

Author SHA1 Message Date
Aarik Pokras
95262efc83 Correct capitalization of 'Yay' in README.md (#2748)
* Correct capitalization of 'Yay' in README.md

* Update README to use lowercase 'yay'
2025-12-22 23:20:27 +01:00
Hugo Carvalho
d44f79c492 Update README.md (#2647)
Fix Transifex URL
2025-07-30 09:49:11 +02:00
Jo
a26ac1ba95 Add SECURITY.md with contact and supported version policy (#2616)
* docs: add SECURITY.md with contact and supported version policy

* fix image render
2025-05-01 08:18:31 +00:00
Ikko Eltociear Ashimine
69685d0fb5 docs: update README.md (#2564)
minor fix
2025-01-23 14:42:52 +01:00
April Hall
3f5d26c4f9 Replace "⚠️ {warning}" with Github Warning Blocks (#2531)
Update README.md
2024-11-12 20:03:03 +00:00
Alice Jacka
3003f1667c Add missing sudo to binary install instructions (#2525) 2024-10-25 11:12:49 +02:00
Stephan Burns
675f0ba3f3 Add sudo to install instructions so it can be run without user switching (#2483)
* Add sudo to install instructions so it can be run without user switching

* Add sudo to one liner and a note for people using different root tools
2024-09-02 15:21:57 +02:00
Marcus B Spencer
9ed9b0b4e1 Update README.md (#2458)
Update the README to prevent partial upgrades.

Partial upgrades are dangerous on Arch Linux.
Partial upgrades may occur when a `-y` operation is given without a corresponding `-u` operation.

Quote from the ArchWiki:
> Do not use:
> `pacman -Sy package`
> `pacman -Sy` followed by `pacman -S` package (Note the absence of `-S**u**` in the installation of the package.)
> `pacman -Syuw` (Note that `pacman -Syuw` does imply the same risks like pacman -Sy`, as it will update the pacman sync database without installing the newer packages.)

https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported
2024-06-20 14:15:14 +02:00
Adivardhan Maheshwari
9b41f136d6 Add a package update command (#2205)
* Add a package update command

when running these commands on archlinux-base proxmox lxc, found out that these commands return 404 error unless the pacman -Sy command is run.

This although seeming simplistic might be something unknown when someone uses yay and archlinux for the first time.

* Update README.md
2024-05-02 11:00:29 +00:00
Joey Holtzman
d02c45e5b6 Remove deprecated flags in favor of boolean flags (#2350) 2024-01-25 16:03:47 +01:00
Esteban Blanc
87d1fd1c06 Add oneliner install for binray source (#2268) 2023-09-07 10:58:30 +02:00
Jo
8916cd174b refactor(yay): move cfg inside of runtime (#2259)
* rework relationship between runtime and cfg

* separate runtime from cfg

* simplify instantiation logic

* move installer to appropriate package

* move operator to sync package

* add tests for srcinfo service

* consolidate srcinfo service in sync

* add logger to srcinfo

* add logger to preparer

* remove unused text functions

* remove remaining text.* from srcinfo

* remove global logger parts

* remove global org method exports

* remove global logger

* move text->input

* add rule to prevent fmt.Print

* update golangci go version

* remove outdated FAQs

* remove outdated FAQs
2023-08-06 21:39:41 +02:00
Jo
16cce4384b ci(lint): update builder image (#2048)
* last min ci changes

* readme update
2023-04-03 07:32:25 +00:00
Jo
b8debd1ae7 chore(yay): fix small linting issues (#1885)
* replace context.TODO() in tests context.Background()

* remove mock TODOs

* prettier

* apply missing linting
2023-01-03 21:43:56 +00:00
Jo
a88fad68d4 fix: fix wrong env var in readme for aur voting (#1823) 2022-10-28 20:57:23 +00:00
Jo
458c69e179 Update README.md 2022-08-14 16:59:09 +00:00
Jguer
0fdfe79943 Add experimental vote util to yay (#1765)
* feat(vote): add vote utility

* update deps

* add vote and unvote capabilities

* use -W for web ops

* add fish completions

* add bash completion

* add zsh completion

* add md instructions
2022-06-17 16:55:22 +00:00
Cyrus Yip
c0507e7f8e chore(readme): improve format of FAQ 2021-12-06 18:01:18 +00:00
ccn
0b2bddf9d0 Add command to install quickly
add in a command which will do all of the installation steps at once.
2021-11-27 02:14:03 +01:00
Tom Boettger
251c456d70 Fix typo in readme
pacakge -> package
2021-09-03 20:51:15 +02:00
jguer
2eafbcc03e chore(readme): update install instructions. closes #1435 2021-08-31 02:50:51 +02:00
jguer
5be99d9bf0 chore(README): small reorganization of README 2021-08-20 18:33:52 +02:00
J Guerreiro
5f2a14d027 add asciicast 2021-03-15 23:54:30 +01:00
jguer
981c336541 docs(github): add CODEOWNERS and other aur helpers section 2020-11-01 09:35:50 +01:00
jguer
1f3020e7d6 ci(dockerfile): reduce image size and update readme 2020-09-29 09:38:56 +02:00
Adam G. Emerson
5647aab025 Updated Readme to include note about dependencies (#1345)
* Updated Readme to include note about dependencies

Per issue #1142 I've added a note to the readme to let users know they'll need to install `base-devel`.

* Update README.md

* Update README.md

Clarified note regarding base-devel.
2020-08-12 19:53:45 +01:00
jguer
2cc72685ad docs(contributing): remove outadated info 2020-07-27 00:17:05 +02:00
jguer
fd7934d9ee style(pretty): pretty files 2020-07-11 00:52:02 +02:00
jguer
6bfcfc168f fix(docs): update badges 2020-07-04 21:31:51 +02:00
Jguer
35475c7f4c fix(yay): lint README.md 2020-02-29 18:53:58 +01:00
J Guerreiro
308cf5c3de Fix custom operations display 2019-04-06 12:13:33 +01:00
J Guerreiro
af9f9751ee Updated images to better reflect current state 2019-04-05 18:00:48 +01:00
Jguer
5db33b6bcb Documented and fixed docker release process 2019-04-03 23:06:22 +01:00
J Guerreiro
01e9cd2d47 Remove mentions of dep 2019-03-30 09:22:53 +00:00
J Guerreiro
478e1ee869 Transition to jsdelivr
Raw git is getting discontinued in October, fix it now instead of repair it later.
2019-01-12 13:16:27 +00:00
J Guerreiro
1bb73667c9 Add information about development packages 2018-12-06 22:36:53 +00:00
Jguer
84022c9425 Merge branch 'modules' of github.com:Morganamilo/yay into Morganamilo-modules 2018-12-03 14:41:10 +00:00
Peter Dyer
57ba60f283 Modified readme to show extra dependency 2018-10-30 22:41:47 +00:00
morganamilo
f556389fa8 Update Readme for building with modules enabled 2018-09-15 18:51:45 +01:00
Cirelli
ae06ca2380 Fix typo 2018-08-30 17:02:20 +02:00
digimokan
0a120132ec README grammar, spelling, rewording, organizing (#661)
* README grammar, spelling, rewording, organizing

- Add "Objectives" section to group objectives.
- Transform Objective/Feature section bullets into action phrases.
- Fix yay/yaourt/etc capitalization. Italicize and follow ArchWiki style.
- Clearly identify the two Install section options with similar wording.
- Reorganize and reword Contributing section.
- Fix wording in last Code Style section sentence.
- Fix misc FAQ wording.
- Use same style for all FAQ issue links.
- Change link in "skipping packages" FAQ item to ArchWiki partial upgrade.
- Fix FAQ aur-only/repo-only cmd example line-spacing.
- Remove yay -Pu example since it is a deprecated (and wrapped) option.

* Fixup remove trailing newline in README file

* Add warning about editing files in vendor/

* Fixup revert italicized project/program names

* Change obj to Yaourt-style interactive srch/inst

* Change obj to Minimal dependencies

* Remove the limit-to-pacman deps feature

* Revert init-install sentence, but add "alternatively"

* Add provide-handling bullet to features

* Revert aur/repo-only FAQ item to one line

* Format cmd line examples similar to man page format

* Revert interface-for-pacman objective

* Mention dep instead of just saying don't touch

* Merge gopath into the build stage

Setting the gopath is more of a note than a step. It is not required and
I would expect most people can simply ignore it.

* Reword dependencies section.

The contributing section should be information and say what dependencies
are needed. There's no need to tell the user how to install them, they
can figure that out themselves.

Also mention git as a dependency.

* Tweak headings and drop numbers

Similar to the last commit. The headings should be
informative "Code Style", not commanding "Check code".

* yay -> Yay

Be more consistent when writing Yay as a name.

* Use ### instead of #### in Contributing

These are real subheadings, #### looks too small.

* Add support section
2018-08-30 10:54:16 +01:00
J Guerreiro
0b9e10e697 Demote FAQ question headers
Prevent FAQs from screaming at you
2018-07-26 12:05:50 +01:00
Christian Muehlhaeuser
e6c2f6f3e3 Fixed typos and improved punctuation consistency in README 2018-07-25 13:58:18 +02:00
morganamilo
6313c14382 Add editing pkgbuild dependencies to the FAQ 2018-07-19 17:50:16 +01:00
morganamilo
a576dbc1fd Mention --save in --combinedupgrade FAQ 2018-07-19 17:31:22 +01:00
morganamilo
46d09f8ab7 Fixup FAQ Section 2018-07-17 22:07:20 +01:00
morganamilo
686e1baaf4 Update readme, depreciate -Pu and -Pn 2018-07-17 22:01:52 +01:00
Ema Panz
6b30e17b67 Update README.md 2018-07-17 18:08:55 +01:00
J Guerreiro
b1fb1b9656 Add flagged out of date FAQ closes #545 2018-07-16 12:06:29 +01:00
J Guerreiro
87daef421e Update for yay release
Prepare README for predicted issues so when they do appear users can be shamed for not reading `READMEs`
2018-06-19 10:13:56 +01:00