From 9f52d7b1e2caca0e2254021a3c36dfc7e70f0a74 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 4 Nov 2018 11:46:47 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cfabcd0..2a9e3652 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Just run `topgrade`. It will run the following steps: * *Fedora* - Run `dnf upgrade` * *Debian/Ubuntu*: Run `apt update && apt dist-upgrade` * *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): * *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew * *Unix*: Run `nix upgrade-nix && nix --upgrade`.