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: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,17 @@ In order to install a development build based on the latest published code, you
75
75
76
76
**PLEASE NOTE: Development builds should not be installed on systems with live production data without understanding the potential risks involved.**
77
77
78
-
To install a development build, run:
78
+
To install a development build, first ensure that you have the latest Git upgrade script installed which handles new dependencies added after the 1.0.x branch:
Replace *branchname* with the name of the branch you wish to install from, such as release or master (stable and current development branches, respectively).
88
+
Replace *branchname* with the name of the branch you wish to install from, such as **release** or **master** (stable and current development branches, respectively).
0 commit comments