Skip to content

Commit

Permalink
Updates to installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 30, 2020
1 parent 164b1ed commit aa44f0f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ EXAMPLES

## Installation

### Installing from within Julia
There are number of ways to install `jlpkg`:
- [Installation from Julia](#Installation-from-Julia)
- [Installation from tarball](#Installation-from-tarball)
- [Installation using asdf](#Installation-using-asdf)

### Installation from Julia

First install `jlpkg` from the Pkg REPL:
```
Expand Down Expand Up @@ -118,7 +123,7 @@ Keyword arguments:
· force: boolean used to overwrite an existing completion file.
```

### Installing by downloading tarball
### Installation from tarball

It is possible to download and extract a prebuilt script with default settings.
For example, to download the latest release you can run the following
Expand All @@ -143,6 +148,12 @@ if [[ -f ~/.bash_completion.d/jlpkg-completion.bash ]]; then
fi
```

### Installation using `asdf`

It is possible to install `jlpkg` using the [`asdf` version manager](https://asdf-vm.com) using the
[`asdf-jlpkg`](https://github.com/fredrikekre/asdf-jlpkg) plugin. See the plugin
[README](https://github.com/fredrikekre/asdf-jlpkg/blob/master/README.md) for instructions.


[pkg-url]: https://github.com/JuliaLang/Pkg.jl

Expand Down

0 comments on commit aa44f0f

Please sign in to comment.