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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You can either specify specific Julia versions or version ranges. If you specify
110
110
- `'^1.3.0-0'`is a **caret** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 2.0.0`.
111
111
- `'~1.3.0-0'`is a **tilde** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 1.4.0`.
112
112
- `'lts'`will install the latest LTS build.
113
-
- `'pre'`will install the latest prerelease build.
113
+
- `'pre'`will install the latest prerelease build (RCs, betas, and alphas).
114
114
- `'nightly'`will install the latest nightly build.
115
115
- `'1.7-nightly'`will install the latest nightly build for the upcoming 1.7 release. This version will only be available during certain phases of the Julia release cycle.
0 commit comments