-
Notifications
You must be signed in to change notification settings - Fork 416
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
Improve installation instructions in the README #1182
Conversation
I don't think installing an ancient version is a good idea.
I don't like this |
Should I specify that it's outdated or remove it entirely?
Can you explain why? |
They are different. For example, I actually consider removing |
Remove it |
README.md
Outdated
Replace sudo with doas depending on what you use. | ||
* Arch Linux: `su -c pacman -Syy fastfetch`. An outdated version of fastfetch is also available [on the AUR](https://aur.archlinux.org/packages/fastfetch-git). | ||
* Fedora: `su -c dnf install fastfetch` | ||
* Gentoo: `su -c emerge --ask --verbose app-misc/fastfetch` |
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.
Why --verbose
?
README.md
Outdated
* Fedora: `su -c dnf install fastfetch` | ||
* Gentoo: `su -c emerge --ask --verbose app-misc/fastfetch` | ||
* Alpine: `su -c apk add --upgrade fastfetch` | ||
* NixOS: `su -c nix-env -iA nixos.fastfetch` |
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.
Why this change?
README.md
Outdated
* Exherbo: `su -c cave resolve --execute app-misc/fastfetch` | ||
* GNU Guix: `su -c guix install fastfetch` | ||
* Solus: `su -c eopkg install fastfetch` | ||
* Slackware: With [sbopkg](https://www.sbopkg.org/index.php), run `su -c sbopkg -i fastfetch` to install [the fastfetch SlackBuild](https://slackbuilds.org/repository/15.0/system/fastfetch/). |
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 remove With ***
to install ***
README.md
Outdated
* Fastfetch is available [in the Termux repository](https://github.com/termux/termux-packages/tree/master/packages/fastfetch), run `pkg install fastfetch` | ||
|
||
* You can also install fastfetch directly with APT: `apt install fastfetch` | ||
|
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.
Don't change this one.
README.md
Outdated
@@ -103,7 +112,7 @@ Logos can be heavily customized too; see the [logo documentation](https://github | |||
|
|||
1. Fastfetch is actively maintained. | |||
2. Fastfetch is faster. As the name suggests. | |||
3. Fastfetch has a greater number of features, though by default fastfetch only has a few modules enabled; use `fastfetch -c all` to find what you want. | |||
3. Fastfetch has a greater number of features, though by default fastfetch only has a few modules enabled; use `fastfetch -c all.jsonc` to find what you want. |
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.
Revert this
README.md
Outdated
@@ -112,7 +121,7 @@ Logos can be heavily customized too; see the [logo documentation](https://github | |||
|
|||
A local IP (10.x.x.x, 172.x.x.x, 192.168.x.x) has nothing to do with privacy. It only makes sense if you are on the same network, for example, if you connect to the same Wi-Fi network. | |||
|
|||
Actually the `Local IP` module is the most useful module for me personally. I (@CarterLi) have several VMs installed to test fastfetch and often need to SSH into them. I have fastfetch running on shell startup and I never need to type `ip addr` manually. | |||
Actually the `Local IP` module is the most useful module for me personally. I ([@CarterLi](https://github.com/CarterLi)) have several VMs installed to test fastfetch and often need to SSH into them. I have fastfetch running on shell startup and I never need to type `ip addr` manually. |
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.
Revert this
I added installation instructions for
I also improved installation instructions for Termux and changed
sudo
tosu -c
in commands, this executes the command as root regardless of the presence of sudo / doas / sup.