Skip to content

Commit

Permalink
Fixed repo version on INSTALL.md
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca committed Dec 29, 2024
1 parent af3929c commit 2bcfccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [For project pages](#for-project-pages)
- [Enabling automatic deployment](#enabling-automatic-deployment)
- [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages)
- [Deploy on Netlify](#deploy-on-netlify)
- [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages)
- [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only)
- [Upgrading from a previous version](#upgrading-from-a-previous-version)
Expand Down Expand Up @@ -210,7 +211,7 @@ If you installed **multi-language-al-folio** as described above, you can manuall
# Assuming the current directory is <your-repo-name>
$ git remote add upstream https://github.com/george-gca/multi-language-al-folio.git
$ git fetch upstream
$ git rebase v0.13.2
$ git rebase v1.13.2
```

If you have extensively customized a previous version, it might be trickier to upgrade.
Expand Down

0 comments on commit 2bcfccc

Please sign in to comment.