aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-28 18:52:37 +0000
committerOmar Polo <op@omarpolo.com>2024-06-28 18:52:37 +0000
commitb98396717f2b3cfd4349bf619b088aa9493856f3 (patch)
tree126d2fb1a54674b35b595279e153f0e986902ba5
parent3d045d2f6def54b1a1b764ceda375d6fcdd2e5b6 (diff)
show the conf path in the README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7687232..066f2b6 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ gmid has a rich configuration file, heavily inspired by OpenBSD'
manpage. Here's a minimal example of a config file:
```conf
+# /etc/gmid.conf
server "example.com" {
listen on * port 1965
cert "/path/to/cert.pem"
@@ -53,6 +54,7 @@ server "example.com" {
and a slightly more complex one
```conf
+# /etc/gmid.conf
cert_root = "/path/to/keys"
server "example.com" {