From 489e970456ab4b91ccd75cc8210be5a0fab9abb1 Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Wed, 4 Aug 2021 19:47:20 +0200 Subject: [PATCH] Minor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 352a49e..2c6900a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ The line-out voltage can be as high as 2.7 Vpp (~1 Vrms) ( ## Build the library and the example application ``` -(cd into the cloned dir) +git clone https://github.com/eleccoder/raspi-pico-aprs-tnc.git +cd raspi-pico-aprs-tnc cmake -S . -B build cmake --build build ```