Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ with each new release of Notion and/or the notion-enhancer.

#### ![](../assets/icons/npm.svg){.inline-icon .mr-1} Enhancement →

To insert notion-enhancer into Notion, simply open a command line and run:

```
npx notion-enhancer apply
```

If `npx` is not available, refer to the following steps:

1. Open a command line and install the
[notion-enhancer NPM package](https://www.npmjs.com/package/notion-enhancer):

Expand Down