From 3bf92e465bce2b4857b35f422274cb756be1c31f Mon Sep 17 00:00:00 2001 From: limpido <43034953+limpido@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:49:32 +0800 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0606794..d7f44ab 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,30 @@ Input: ~~~ Output: -![demo](https://github.com/limpido/obsidian-tree-diagram/blob/master/demo.png) +``` +/ +├── home +├── boot +├── var +│ └── log +├── usr +│ ├── local +│ │ ├── bin +│ │ ├── sbin +│ │ └── lib +│ ├── bin +│ │ └── cat +│ └── sbin +└── etc +``` + +## Installation +### Install via Obsidian +1. Go to Obsidian Settings -> Community Plugins +2. Click on "Browse" and search for "Tree Diagram" +3. Install and enable the plugin +### Install via GitHub +1. Go to [Latest Release](https://github.com/limpido/obsidian-tree-diagram/releases/latest) +2. Download the source code archive and extract to `/.obsidian/plugins/` +3. Reload Obsidian +4. Go to Settings -> Community Plugins -> Installed Plugins, enable the plugin