Just small README.md updates.
docs: Update README.md #75
:docs into master @ -25,3 +25,3 @@
```bash
sudo eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
doas eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
I don't see a reason to replace sudo with doas in this example.
I believe sudo is what most people use, so changing it to a more obscure tool seems counter-intuitive.
Anyways, if someone's using doas, they'll just modify the command.
Technically, an alternative would be to write the following:
# eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
where # would indicate a root shell.
If I may make a minor suggestion - I would reconsider using doas in
doas eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git
(See: #75 (comment))
but otherwise I'm for it :)
Anyway, from what I have seen of Gentoo users, roughly one out of every two or three uses doas, especially considering that Gentoo itself assumes a certain level of system administration experience.
Looks good to me.
To chime in on doas/sudo. Not sure about other Gentoo users, but it's very rare that I'll use something like doas, or sudo. I only use those when I have to restart a service, make a small edit to a file in /etc, test ebuilds, etc.
Most of the time if I'm updating my system, or doing anything that requires a lot of commands that require root, I'll just login as root via sudo su -.
Sorry for off-topic but I have to ask:
@TheGreatMcPain wrote in #75 (comment):
[...] I'll just login as
rootviasudo su -.
Are you aware that sudo -i exists, which does the exact same thing (spawns an interactive root shell), but doesn't depend on su? :p
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?