From 7d4dc48155988e9b2cad9569f8f30246ae9c644a Mon Sep 17 00:00:00 2001 From: Nicholas Ciechanowski <55490546+ALameLlama@users.noreply.github.com> Date: Wed, 1 May 2024 13:01:28 +1000 Subject: [PATCH] doc: update the update command it looks like with the release of 4.0, AstroUpdatePackages was removed and AstroUpdate does the same thing (it calls astrocore and updates everything) --- src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index adc143eda..d10e6496b 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -168,7 +168,7 @@ docker run -w /root -it --rm alpine:edge sh -uelic ' - **Update Mason packages and plugins** - Run `:AstroUpdatePackages` (`pa`) to update both Neovim plugins and Mason packages + Run `:AstroUpdate` (`pa`) to update both Neovim plugins and Mason packages - **Reload AstroNvim** (_EXPERIMENTAL_)