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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ You can either specify specific Julia versions or version ranges. If you specify
122
122
- `'~1.3.0-rc1'`is a **tilde** version range that includes pre-releases of `1.3.0` starting at `rc1`. It matches all versions `≥ 1.3.0-rc1` and `< 1.4.0`.
123
123
- `'^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`.
124
124
- `'~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`.
125
+
- `'1'`will install the latest v1 version of Julia.
125
126
- `'lts'`will install the latest LTS build.
126
127
- `'pre'`will install the latest prerelease build (RCs, betas, and alphas).
127
128
- `'nightly'`will install the latest nightly build.
0 commit comments