From 413022d1956db17cdfaad7a46877494eeb309a3c Mon Sep 17 00:00:00 2001 From: Lothar Haeger Date: Mon, 13 Jul 2020 13:51:42 +0200 Subject: [PATCH] Added MacPorts install option to Readme (#474) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc93a10..3223416b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Arch Linux users can use the [AUR](https://aur.archlinux.org/packages/topgrade/) On NixOS, use the `topgrade` package in `nixpkgs`. -macOS users can install topgrade via Homebrew. +macOS users can install topgrade via [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/install.php). Other systems users can either use `cargo install` or use the compiled binaries from the release page. The compiled binaries contain a self-upgrading feature.