> **Warning** > > ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. > > ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/tidy-tree.md](../../packages/mermaid/src/docs/config/tidy-tree.md). # Tidy-tree Layout Instructions Instructions to use the Tidy-tree layout algorithm. ## Getting Started ### Installation ```bash npm install non-layered-tidy-tree-layout # or yarn add non-layered-tidy-tree-layout ``` There's also a built version: `dist/non-layered-tidy-tree-layout.js` for use with browser ` ```