From 1700e84f1558e8eced7af95bb5600303fc0d31a4 Mon Sep 17 00:00:00 2001 From: Stefano Frigerio <99501412+stfrigerio@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:49:37 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ad79a..56c53ca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ The **SQLite DB Plugin for Obsidian** allows you to interact with SQLite databas Search for **SQLite DB Plugin**, then click **Install**. 3. **Enable the Plugin** In your Community Plugins list, enable the plugin. - +4. **Download the .wasm file** + From the repository and put in the folder of the plugin (.obsidian/plugins/sqlite-db) --- ## Configuration @@ -175,4 +176,4 @@ chartOptions: { showLegend: true, isDoughnut: true } -``` \ No newline at end of file +```