You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/user-guide/build.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,6 @@ conda activate funscript-editor
52
52
python3 funscript-editor.py
53
53
```
54
54
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