Skip to content

Commit 2fa1802

Browse files
fonspIanButterworthDilumAluthge
authored
README examples: '1' for the latest v1 (#296)
* README examples: '1' for latest * Update README.md Co-authored-by: Dilum Aluthge <dilum@aluthge.com> --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent 05e75bd commit 2fa1802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ You can either specify specific Julia versions or version ranges. If you specify
122122
- `'~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`.
123123
- `'^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`.
124124
- `'~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.
125126
- `'lts'` will install the latest LTS build.
126127
- `'pre'` will install the latest prerelease build (RCs, betas, and alphas).
127128
- `'nightly'` will install the latest nightly build.

0 commit comments

Comments
 (0)