Skip to content

Commit fd558ef

Browse files
authored
README: Give explicit example of the --path argument for installing Juliaup into a custom location (#1247)
1 parent 4e10965 commit fd558ef

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
@@ -52,6 +52,7 @@ Here `<ARGS>` should be replaced with one or more of the following arguments:
5252
- `--yes` (or `-y`): Run the installer in a non-interactive mode. All configuration values use their default.
5353
- `--default-channel <NAME>`: Configure the default channel. For example `--default-channel lts` would install the `lts` channel and configure it as the default.
5454
- `--path` (or `-p`): Install `juliaup` in a custom location.
55+
- For example, if you want to install `juliaup` into `~/my/desired/juliaup/path`, you would run the following command: `curl -fsSL https://install.julialang.org | sh -s -- --path ~/my/desired/juliaup/path`
5556

5657
### Software Repositories
5758

0 commit comments

Comments
 (0)