diff --git a/README.md b/README.md index 771fa6a..aca07b4 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ This TNC has same functionality as WB8WGA's PIC TNC. ## How to build -`cd pico_tnc` -`mkdir build` -`cd build` -`cmake ..` -`make -j4` +``` +cd pico_tnc +mkdir build +cd build +cmake .. +make -j4 +``` ![command line](command.png) [![schemantic](schematic.jpg)](schematic.png) diff --git a/command.png b/command.png index d96fbcf..8b196e7 100644 Binary files a/command.png and b/command.png differ