File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,14 @@ Success! 🚀
45
45
## Usage
46
46
47
47
At the moment ` notion-markdown-cms ` is meant to be consumed via its node.js API from build scripts
48
- wrapping your favourite static site generator tool. You can find an example
49
- script below. Consult the [ SyncConfig] ( ./src/SyncConfig.ts ) reference for documentation of available configuration options.
48
+ wrapping your favourite static site generator tool. Since we're not publishing to npm yet, add it to your project directly from github
49
+
50
+ ``` bash
51
+ npm add " git+ssh://git@github.com:meshcloud/notion-markdown-cms.git#main"
52
+ ```
53
+
54
+ You can find an example build script using the node.js API below.
55
+ Consult the [ SyncConfig] ( ./src/SyncConfig.ts ) reference for documentation of available configuration options.
50
56
51
57
> A CLI tool could be made available later.
52
58
You can’t perform that action at this time.
0 commit comments