From 8720b84020a69b4f7e4239b22b60a437ee5e96b8 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 23 Aug 2018 11:16:32 +0300 Subject: [PATCH] Document the new Windows steps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1067cc31..07c6deba 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Just run `topgrade`. It will run the following steps: * *Fedora* - Run `dnf upgrade` * *Debian/Ubuntu*: Run `apt update && apt dist-upgrade` * *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew +* *Windows*: Upgrade Powershell modules * *Windows*: Upgrade all [Chocolatey](https://chocolatey.org/) packages * Check if the following paths are tracked by Git. If so, pull them: * ~/.emacs.d (Should work whether you use [Spacemacs](http://spacemacs.org/) or a custom configuration) @@ -53,6 +54,7 @@ Just run `topgrade`. It will run the following steps: * Run custom defined commands * Final stage * *Linux*: Run [needrestart](https://github.com/liske/needrestart) + * *Windows*: Run Windows Update (You'll have to install [PSWindowsUpdate](https://marckean.com/2016/06/01/use-powershell-to-install-windows-updates/)) * *macOS*: Upgrade App Store applications ## Flags