Update README.md
This commit is contained in:
parent
9014f68164
commit
19c2bfcdc5
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -9,10 +9,12 @@ 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`
|
||||
of the configuration file following this logic: `program_name/path/to/conf/program_name.conf` \
|
||||
\
|
||||
**Examples:**
|
||||
- `neovim/neovim.conf`
|
||||
- `nginx/etc/nginx/nginx.conf`
|
||||
- `nginx/etc/nginx/nginx.md`
|
||||
|
||||
## Syntax highlighting
|
||||
|
||||
|
|
Loading…
Reference in a new issue