Skip to content

Commit 747aa1e

Browse files
committed
update readme
1 parent 21544b6 commit 747aa1e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646

4747
## Installation
4848

49-
The package is not yet registered in the Julia general registry. It can be installed trough the package manager with the following command:
49+
The package is registered in the Julia general registry. It can be installed trough the package manager with the following command:
5050

5151
```julia-repl
52-
pkg> add git@github.com:ManyBodyLab/TensorKitAdapters.jl.git
52+
pkg> add TensorKitAdapters
5353
```
5454

5555
<!-- ## Citation

docs/files/README.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
# ## Installation
99

10-
# The package is not yet registered in the Julia general registry. It can be installed trough the package manager with the following command:
10+
# The package is registered in the Julia general registry. It can be installed trough the package manager with the following command:
1111

1212
# ```julia-repl
13-
# pkg> add git@github.com:ManyBodyLab/TensorKitAdapters.jl.git
13+
# pkg> add TensorKitAdapters
1414
# ```
1515

1616
# ## Code Samples

0 commit comments

Comments
 (0)