From 4de692450fa33ec708e2c5ca1e502174a71674ec Mon Sep 17 00:00:00 2001 From: seanavery Date: Fri, 12 Apr 2024 23:05:36 -0400 Subject: [PATCH] Remove wget stuff --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 0d03513..f014fc1 100644 --- a/README.md +++ b/README.md @@ -9,25 +9,6 @@ ___ ### why? You bought an off brand arduino and realize that it comes with a ch340 instead of ftdi. Can't find arm64 binary for tty driver? Use lib-ch340 to easily read/write to your microcontroller from any linux host. - -### usage - -Dynamic lib - -```bash -wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/libch340g.so.0.0.1 -o /usr/local/lib -``` - -Static lib -```bash -wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/libch340g_static.a -o /usr/local/lib -``` - -Header File -```bash -wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/ch340g.h -o /usr/local/include -``` - ### development ```bash