From fd7fc1568740a94bbfe8720578376d9506302850 Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Wed, 16 Mar 2022 19:29:50 +0100 Subject: [PATCH] change the naming of release tags in the update section of the docs --- docs/Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Setup.md b/docs/Setup.md index 4ddab18..a2b701a 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -53,7 +53,7 @@ If you installed the application with git, you can run the following in the drin ``` git fetch -git checkout release-x.x +git checkout x.x ``` (replace x.x with the new version)