Skip to content

Commit 0dc4712

Browse files
authored
Merge pull request #26 from opf/jr/update-install-instructions
# Ticket https://community.openproject.org/wp/67371 # What are you trying to accomplish? Provide installation instructions that actually work
2 parents 48e1639 + 2a01385 commit 0dc4712

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)