Skip to content

Commit

Permalink
Merge pull request #3 from Melyyn/Melyyn-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Melyns authored Aug 3, 2023
2 parents b4f627c + 96ce712 commit 96e7224
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,15 @@ Clone the repository:
git clone https://github.com/melyyn/geofind.git && cd geofind
```

Build:
Build & Install:
```bash
gcc geofind.c -o geofind -lcurl -ljson-c
```

Move the executable to your bin directory
```bash
sudo mv geofind /usr/local/bin/
cat build | bash && sudo mv geofind /usr/local/bin
```

## Usage
```bash
geofind [IP address or domain]
geofind me
```

## Examples
Expand Down

0 comments on commit 96e7224

Please sign in to comment.