Skip to content

Commit 593fb1a

Browse files
committed
Update installation instructions after registration
1 parent a528414 commit 593fb1a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# DiffMatic.jl
22

3+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://asterycs.github.io/DiffMatic.jl/stable)
34
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://asterycs.github.io/DiffMatic.jl/dev)
45
[![Run tests](https://github.com/asterycs/DiffMatic.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/asterycs/DiffMatic.jl/actions/workflows/CI.yml)
56
[![codecov](https://codecov.io/gh/asterycs/DiffMatic.jl/graph/badge.svg?token=XIVXM5EPAC)](https://codecov.io/gh/asterycs/DiffMatic.jl)
@@ -59,10 +60,10 @@ Matrix traces can be computed with `tr`.
5960

6061
### Installation
6162

62-
This library is not yet published in the general registry. To install it directly from Github:
63+
Installation from the general registry:
6364

6465
```julia
65-
using Pkg; Pkg.add("https://github.com/asterycs/DiffMatic.jl.git")
66+
using Pkg; Pkg.add("DiffMatic")
6667
```
6768

6869
### Acknowledgements

docs/src/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
DiffMatic is a package for computing derivatives of matrix expressions, also known as matrix calculus. Provided are functions for computing gradients, Jacobians, Hessians and general matrix derivatives.
44

55
## Installation
6-
The package is currently unregistered and can only be installed from GitHub:
6+
Installation from the general registry:
7+
78
```julia
8-
julia> using Pkg; Pkg.add("https://github.com/asterycs/DiffMatic.jl.git")
9+
using Pkg; Pkg.add("DiffMatic")
910
```
1011

1112
## Usage

0 commit comments

Comments
 (0)