From 57eac1e589a9998f0e35d1a1446d88b70e15e7ad Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Fri, 7 Jan 2022 15:17:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a64fb3..549056d 100644 --- a/README.md +++ b/README.md @@ -155,3 +155,7 @@ The hexapod program, located under `./software/raspberry pi/` is written in Pyth ``` bash python3 hexapod.py ``` + +### PC + +PC program source files are located under `./software/pc/`. The compiled progarm can be downloaded under [release](https://github.com/rookiepeng/hexapod/releases) page.