Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Dec 8, 2024
1 parent c75298f commit 3039975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide assumes that you have set up your local Git repository according to [

## Upgrade process

1. Fetch changes from `upstream` and merge them. Make sure to replace `<VERSION>` with the desired version, such as `0.5.3` or `main` for bleeding edge (see [Changelog](changelog.md)).
1. Fetch changes from `upstream` and merge them. Make sure to replace `<VERSION>` with the desired version, such as `0.5.3` or `upstream/main` for bleeding edge (see [Changelog](changelog.md)).

```text
git fetch upstream
Expand Down

0 comments on commit 3039975

Please sign in to comment.