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`
|
an associated Markdown file named `program_name/program_name.md`
|
||||||
|
|
||||||
You can also put the conf inside the actual path
|
You can also put the conf inside the actual path
|
||||||
of the configuration file following this logic: \
|
of the configuration file following this logic: `program_name/path/to/conf/program_name.conf` \
|
||||||
`program_name/path/to/conf/program_name.conf,
|
\
|
||||||
program_name/path/to/conf/program_name.md`
|
**Examples:**
|
||||||
**Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf`
|
- `neovim/neovim.conf`
|
||||||
|
- `nginx/etc/nginx/nginx.conf`
|
||||||
|
- `nginx/etc/nginx/nginx.md`
|
||||||
|
|
||||||
## Syntax highlighting
|
## Syntax highlighting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue