Skip to content

Commit f1d4541

Browse files
authored
Update installation instructions in README.md
Signed-off-by: abhro <5664668+abhro@users.noreply.github.com>
1 parent 9f36580 commit f1d4541

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ Extension to [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) with supp
88

99
## Installation
1010

11-
UnitfulGaussian.jl is not yet available in the Julia General registry, so you'll need to add it from this repository. In the Julia REPL, type the following:
11+
In the Julia REPL, type the following to install UnitfulGaussian.jl and Unitful.jl (recommended):
1212

1313
```julia
1414
julia> ] # type `]` to drop into pkg-mode
15-
pkg> add https://github.com/abhro/UnitfulGaussian.jl
15+
pkg> add UnitfulGaussian
16+
```
17+
18+
Alternatively, you can also use Pkg.jl's `add()` function:
19+
```julia
20+
import Pkg
21+
Pkg.add(["UnitfulGaussian", "Unitful"])
1622
```
1723

1824
For more information about the package, please visit our documentation site (link in the "About" section)

0 commit comments

Comments
 (0)