From 5828643f2ed8072d35d02486c3e4a5a9cdd49f37 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Mon, 23 Oct 2023 00:14:59 +0000 Subject: [PATCH] Update INSTALL with new conf files The name of the config files has changed, update INSTALL with the new names. --- INSTALL.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index c184376..9c5dc92 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -27,9 +27,10 @@ pip install -e . # CONFIGURE # Now configure aprsd HERE -./aprsd sample-config # generates a config.yml template +mkdir -p ~/.config/aprsd +./aprsd sample-config > ~/.config/aprsd/aprsd.conf # generates a config template -vi ~/.config/aprsd/config.yml # copy/edit config here +vi ~/.config/aprsd/aprsd.conf # copy/edit config here aprsd server