From c6c465d949d20f77b5a1a6a267e5aefc0f80e36a Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 17 Jan 2022 02:27:35 +0800 Subject: [PATCH] Add `npx` installation method --- getting-started/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/getting-started/installation.md b/getting-started/installation.md index 47346cf..20bde5b 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -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):