From 91f82fc71d8a10380c20645dbbcde7476d9e19d6 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Fri, 7 Mar 2025 11:06:46 -0800 Subject: [PATCH] add curl to apt install list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29c219b..6b9d95f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you want to use a non verizon SIM card you will probably need an unlocked dev ### If your are on x86 linux * on your linux laptop install rust the usual way and then install cross compiling dependences. -* run `sudo apt install build-essential libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf` +* run `sudo apt install curl build-essential libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf` * set up cross compliing for rust: ```