Skip to content

Commit

Permalink
docs: honing #981
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Jan 2, 2025
1 parent 4f9b02f commit c16c277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/introduction/upgrade/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Remove the old version of the theme by removing the `themes/hugo-theme-relearn`

Download the .zip archive of a certain version of the theme and unzip it into the `themes/hugo-theme-relearn` directory

Eg. to upgrade to version 7.2.1 go to [https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1](https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1)
Eg. to upgrade to version 7.2.1 download from [https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1](https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1)

### Use Hugo's Module System

Expand All @@ -62,7 +62,7 @@ Upgrade the Relearn theme using [Git](https://git-scm.com/) to a certain version
Eg. to upgrade to version 7.2.1

````shell
git submodule update --depth 1 --force themes/hugo-theme-relearn
git submodule update --depth 1 themes/hugo-theme-relearn
git -C themes/hugo-theme-relearn fetch --tags --force
git -C themes/hugo-theme-relearn checkout 7.2.1
````
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0+dd0597ffa4b211ee2abd7edc2f198cb080f93e1a
7.3.0+4f9b02f2e43556319e73b38edde19e1d262757c1

0 comments on commit c16c277

Please sign in to comment.