Skip to content

Commit 709e31c

Browse files
abhroKristofferC
authored andcommitted
Fix markdown list in installation.md (#56165)
Documenter.jl requires all trailing list content to follow the same indentation as the header. So, in the current view (https://docs.julialang.org/en/v1/manual/installation/#Command-line-arguments) the list appears broken. (cherry picked from commit 9f92989)
1 parent 7f6a080 commit 709e31c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/src/manual/installation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ curl -fsSL https://install.julialang.org | sh -s -- <ARGS>
4444

4545
Here `<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

Comments
 (0)