From 8f7d5052c1ebe362004f4616798cec367732e0b8 Mon Sep 17 00:00:00 2001 From: Niels Bom Date: Tue, 4 Jul 2023 13:52:42 +0200 Subject: [PATCH] Make installation step more clear --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71ded48..d56deff 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ The following operations are supported ### 2.1 From GitHub -1. Download the Latest Release from the Releases section of the GitHub Repository -2. Put files to your vault's plugins folder: `/.obsidian/plugins/obsidian-excel-to-markdown-table` -3. Reload Obsidian +1. Download `main.js`, `manifest.json` and `styles.css` from the latest Release from the Releases section of the GitHub Repository. +2. Put the downloaded files in a new folder in your vault's plugins folder: `/.obsidian/plugins/markdown-table-editor`. +3. Reload Obsidian. 4. If prompted about Safe Mode, you can disable safe mode and enable the plugin. Otherwise, head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.