@@ -44,21 +44,21 @@ curl -fsSL https://install.julialang.org | sh -s -- <ARGS>
4444
4545Here ` <ARGS> ` should be replaced with one or more of the following arguments:
4646- ` --yes ` (or ` -y ` ): Run the installer in a non-interactive mode. All
47- configuration values use their default or a value supplied as a command line
48- argument.
47+ configuration values use their default or a value supplied as a command line
48+ argument.
4949- ` --default-channel=<NAME> ` : Configure the default Juliaup channel. For
50- example ` --default-channel lts ` would install the ` lts ` channel and configure it
51- as the default.
50+ example ` --default-channel lts ` would install the ` lts ` channel and configure it
51+ as the default.
5252- ` --add-to-path=<yes|no> ` : Configure whether Julia should be added to the ` PATH `
53- environment variable. Valid values are ` yes ` (default) and ` no ` .
53+ environment variable. Valid values are ` yes ` (default) and ` no ` .
5454- ` --background-selfupdate=<SECONDS> ` : Configure an optional CRON job that
55- auto-updates Juliaup if ` <SECONDS> ` has a value larger than 0. The actual value
56- controls how often the CRON job will run to check for a new Juliaup version in
57- seconds. The default value is 0, i.e. no CRON job will be created.
55+ auto-updates Juliaup if ` <SECONDS> ` has a value larger than 0. The actual value
56+ controls how often the CRON job will run to check for a new Juliaup version in
57+ seconds. The default value is 0, i.e. no CRON job will be created.
5858- ` --startup-selfupdate=<MINUTES> ` : Configure how often Julia will check for new
59- versions of Juliaup when Julia is started. The default is every 1440 minutes.
59+ versions of Juliaup when Julia is started. The default is every 1440 minutes.
6060- ` -p=<PATH> ` (or ` --path ` ): Configure where the Julia and Juliaup binaries are
61- installed. The default is ` ~/.juliaup ` .
61+ installed. The default is ` ~/.juliaup ` .
6262
6363## Alternative installation methods
6464
0 commit comments