From d7555725fe4bad19a0926647a39b1d2ed0432640 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Wed, 20 Feb 2019 22:22:42 +1100 Subject: [PATCH] Fix Pearl command in README.md (#128) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1092f32e..9017e354 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Just run `topgrade`. It will run the following steps: * **FreeBSD**: Upgrade and audit packages * **Unix**: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew * **Unix**: Run `nix upgrade-nix && nix --upgrade`. -* **Unix**: Run `pearl upgrade`. +* **Unix**: Run [Pearl](https://github.com/pearl-core/pearl) `pearl update`. * **Windows**: Upgrade Powershell modules * **Windows**: Upgrade all [Chocolatey](https://chocolatey.org/) packages * **Windows**: Upgrade all [Scoop](https://scoop.sh) packages