From 447845720000f2cc01e61ae4d324c000183ea4fc Mon Sep 17 00:00:00 2001 From: amedes Date: Tue, 19 Oct 2021 23:47:20 +0900 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aca07b4..bf627c8 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ This TNC has same functionality as WB8WGA's PIC TNC. ## How to build ``` +git clone https://github.com/amedes/pico_tnc.git cd pico_tnc mkdir build cd build cmake .. make -j4 +(flash 'pico_tnc/pico_tnc.uf2' file to your Pico) ``` ![command line](command.png)