Skip to content

Commit 2a01385

Browse files
committed
Update installation instructions
https://community.openproject.org/wp/67371 Provide installation instructions that actually work
1 parent 48e1639 commit 2a01385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ This repo is split into two parts:
1616
Include the following entry to your _package.json_.
1717

1818
```json
19-
"op-blocknote-extensions": "github:opf/op-blocknote-extensions#<VERSION>"
19+
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/<VERSION>/op-blocknote-extensions-<VERSION>.tgz"
2020
```
2121

22+
(please note: at the time being, you need to replace the version in two places of the url.)
23+
2224
### Implementation
2325

2426
First thing is to initialize the library configuration...

0 commit comments

Comments
 (0)