Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Melyns authored Sep 15, 2024
1 parent eddaebd commit e04d62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e04d62a

Please sign in to comment.