Skip to content

Commit

Permalink
update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Mar 26, 2020
1 parent 45421bf commit ec84600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ a rational coefficient. Thus every `NiceNumber` is specified using two `Rational

## Installation

Since this package isn't registered yet, you have to use the GitHub URL of the repository:
Just add the package from the Julia Pkg mode:
```julia
(v1.3) pkg> add https://github.com/fkastner/NiceNumbers.jl
(@v1.4) pkg> add NiceNumbers
```

## Usage Example
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ a rational coefficient. Thus every `NiceNumber` is specified using two `Rational

## Installation

Since this package isn't registered yet, you have to use the GitHub URL of the repository:
Just add the package from the Julia Pkg mode:
```julia
(v1.3) pkg> add https://github.com/fkastner/NiceNumbers.jl
(@v1.4) pkg> add NiceNumbers
```

## Usage Example
Expand Down

0 comments on commit ec84600

Please sign in to comment.