From 8d8298a94555b0b26b2a73e81f57cb3c959458ac Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:04:04 -0300 Subject: [PATCH] Update INSTALL.md version of al-folio --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8a4ff07..9ee5ab2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -198,7 +198,7 @@ Another option is to manually update your code by following the steps below: # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ git fetch upstream -$ git rebase v0.9.0 +$ git rebase v0.11.0 ``` If you have extensively customized a previous version, it might be trickier to upgrade.