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