Skip to content

Commit

Permalink
minor changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Nov 11, 2021
1 parent 917ec2c commit dfb86e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# checkip

Checkip checks an IP address using various public services. It provides
generic and security information in a quick and simple way. It can be run as
a CLI tool or as JSON API server.
generic and security information in a quick and simple way.

<img src="checkip.png" width="800">

## Installation and configuration

To install the CLI/API tool
To install the CLI tool

```
git clone git@github.com:jreisinger/checkip.git
Expand All @@ -29,4 +28,4 @@ SHODAN_API_KEY: aaaabbbbccccddddeeeeffff11112222
VIRUSTOTAL_API_KEY: aaaaaaaabbbbbbbbccccccccddddddddeeeeeeeeffffffff1111111122222222
```

You can also use environment variables with the same names.
You can also use environment variables with the same names.

0 comments on commit dfb86e0

Please sign in to comment.