Update readme

This commit is contained in:
Roey Darwish Dror
2018-11-04 11:46:47 +02:00
parent 8622118833
commit 9f52d7b1e2

View File

@@ -33,6 +33,7 @@ Just run `topgrade`. It will run the following steps:
* *Fedora* - Run `dnf upgrade` * *Fedora* - Run `dnf upgrade`
* *Debian/Ubuntu*: Run `apt update && apt dist-upgrade` * *Debian/Ubuntu*: Run `apt update && apt dist-upgrade`
* *Gentoo*: Run `layman -s ALL && emerge --sync -q && eix-update && emerge -uDNa world` * *Gentoo*: Run `layman -s ALL && emerge --sync -q && eix-update && emerge -uDNa world`
* *openSUSE*: Run `zypper refresh && zypper dist-upgrade`
* *Linux*: Run [etc-update](https://dev.gentoo.org/~zmedico/portage/doc/man/etc-update.1.html): * *Linux*: Run [etc-update](https://dev.gentoo.org/~zmedico/portage/doc/man/etc-update.1.html):
* *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew * *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew
* *Unix*: Run `nix upgrade-nix && nix --upgrade`. * *Unix*: Run `nix upgrade-nix && nix --upgrade`.