From 5fb363c9e72f77d7181789f4f9e594b6bda722a4 Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Sun, 17 Jan 2021 07:56:59 -0800 Subject: [PATCH] fix git with install.txt --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 7270a17..17f1d09 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -15,7 +15,7 @@ cd aprsd pip install -e . cd ~/.venv_aprsd/bin -./aprsd sample-config # generates a config.yml template +./aprsd sample-config # generates a config.yml template vi ~/.config/aprsd/config.yml # copy/edit config here