From e04d62aaf9d5a83de90d8f993ee713627cd29e32 Mon Sep 17 00:00:00 2001 From: Melyns <60199831+Melyns@users.noreply.github.com> Date: Sun, 15 Sep 2024 08:18:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca0e125..c0f5c35 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ GeoFind is a command-line tool/script that fetches geolocation information from ![Screenshot](/.github/screenshot.png) ## Prerequisites -- libcurl & libjson-c +- libcurl, libjson-c, curl, gcc ```bash sudo apt update -sudo apt install libcurl4-openssl-dev libjson-c-dev gcc +sudo apt install curl libcurl4-openssl-dev libjson-c-dev gcc ``` ## Installation