Commit graph

89 commits

Author SHA1 Message Date
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
morganamilo 63509365c1
Add less not always paging to the faq 2018-06-04 19:22:16 +01:00
J Guerreiro cc2322f492 Update README.md to include temporary notice of manual intervention 2018-05-29 00:41:55 +01:00
morganamilo c399996cab
Fix typos 2018-05-12 17:16:48 +01:00
morganamilo 4c2986a036
Tweak readme, add install and contrib sections 2018-05-11 04:03:27 +01:00
J Guerreiro dc10c4b6dd
Fix small indent issue 2018-04-28 17:35:53 +01:00
Jguer 79bfa9fbc8 Fix wrong license on badge
Signed-off-by: Jguer <me@jguer.space>
2018-04-28 17:35:05 +01:00
Jguer 9b351b1779 Remove changelog from README. Update some pictures
We use annotated tags and github releases already
2018-04-28 14:44:23 +01:00
Tom Swartz 1c9715dddf Fix typos 2018-04-23 13:06:56 -04:00
Jguer 0aae012eb5 Update Readme
Signed-off-by: Jguer <me@jguer.space>
2018-04-11 11:34:31 +01:00