Deleted the '(from the Arch repo [...])' bit and corrected the Fedora typo

This commit is contained in:
Robin Candau 2023-01-27 14:46:26 +01:00
parent 3fde9f6c98
commit 6febeb7858

View file

@ -22,11 +22,11 @@ if [[ ! -f "${HOME}/.disable_blend_msg" ]]; then
echo echo
echo -e 'Here are some useful commands:' echo -e 'Here are some useful commands:'
echo -e "${shell_reset}To install a package (from the Arch repos and the AUR) in an Arch container:${shell_bold}" echo -e "${shell_reset}To install a package in an Arch container:${shell_bold}"
echo -e " blend install <PKG>" echo -e " blend install <PKG>"
echo -e "${shell_reset}To remove a package (from the Arch repos and the AUR) in an Arch container:${shell_bold}" echo -e "${shell_reset}To remove a package in an Arch container:${shell_bold}"
echo -e " blend remove <PKG>" echo -e " blend remove <PKG>"
echo -e "${shell_reset}To install a package (from the Arch repos and the AUR) in a Fecora container:${shell_bold}" echo -e "${shell_reset}To install a package in a Fedora container:${shell_bold}"
echo -e " blend install <PKG> -d fedora-rawhide" echo -e " blend install <PKG> -d fedora-rawhide"
echo -e "${shell_reset}To enter a Fedora container:${shell_bold}" echo -e "${shell_reset}To enter a Fedora container:${shell_bold}"
echo -e " blend enter -cn fedora-rawhide" echo -e " blend enter -cn fedora-rawhide"