From d69c6a0784552d6123e949fc561aac3255e78fae Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 28 Jun 2018 09:01:27 +0300 Subject: [PATCH] Add documentation about Windows (#34) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d24b9185..27b345c7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Just run `topgrade`. It will run the following steps: * *CentOS/RHEL*: Run `yum upgrade` * *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. +* *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew +* *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) * ~/.zshrc