Skip to content

Commit 0a92dae

Browse files
author
arch
committed
update docs
1 parent 7948262 commit 0a92dae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/app/docs/user-guide/build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ conda activate funscript-editor
5252
python3 funscript-editor.py
5353
```
5454

55-
You can update the application to the latest version with `git pull` inside the repository directory.
55+
By default the latest code is used which may contain bugs. So you maybe want to switch to the latest release version with `` git checkout $(git describe --tags `git rev-list --tags --max-count=1`) ``.
56+
57+
You can always update the application to the latest version with `git checkout main && git pull` inside the repository directory.

0 commit comments

Comments
 (0)