# Hierarchy `hierarchy` is a hierarchical based note taking system for Linux. It is the successor to another project I worked on called [note](https://github.com/kevinschoon/note). ## Installation Hierarchy is [available](https://aur.archlinux.org/packages/hierarchy) on the AUR. ## Source Installation You need a Go compiler as well as standard Linux development tooling. ``` make ``` ## Usage See `man hierarchy` or browse the docs/ directory.