diff --git a/README.md b/README.md index 6971136..9ca77d0 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ Unitoo standardized dotfiles. ## Directory Logic -The directory tree logic is the following: `program_name/program_name.conf` and -eventually an associated Markdown file `program_name/program_name.md` \ -OR `program_name/path/to/conf/program_name.conf` - && `program_name/path/to/conf/program_name.conf` \ +The directory tree logic is the following: `program_name/program_name.conf` \ +Each conf file can have + an associated Markdown file named `program_name/program_name.md` \ + +You can also put the conf inside the actual path + of the configuration file following this logic: \ +`program_name/path/to/conf/program_name.conf, + program_name/path/to/conf/program_name.md` \ **Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf` ## Syntax highlighting