mirror of
https://github.com/limpido/obsidian-tree-diagram.git
synced 2026-07-22 05:49:29 +00:00
Update README.md
This commit is contained in:
parent
c59085f5fd
commit
3bf92e465b
1 changed files with 27 additions and 1 deletions
28
README.md
28
README.md
|
|
@ -23,4 +23,30 @@ Input:
|
|||
~~~
|
||||
|
||||
Output:
|
||||

|
||||
```
|
||||
/
|
||||
├── 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 `<vault>/.obsidian/plugins/`
|
||||
3. Reload Obsidian
|
||||
4. Go to Settings -> Community Plugins -> Installed Plugins, enable the plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue