From 47ccce53ea60d71b678b1f67b6a514d4a83c8a78 Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Fri, 15 Jan 2021 09:36:30 -0800 Subject: [PATCH] Update INSTALL.txt --- INSTALL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 41d77a1..7270a17 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -13,12 +13,12 @@ cd ~/aprsd2 git clone https://github.com/craigerl/aprsd.git cd aprsd pip install -e . -cd ~/.venv_aprsd +cd ~/.venv_aprsd/bin -./bin/aprsd # generates a config.yml template on first run +./aprsd sample-config # generates a config.yml template -vi ~/.aprsd/config.yml +vi ~/.config/aprsd/config.yml # copy/edit config here -./bin/aprsd +./aprsd server # profit! #