Skip to content

Commit

Permalink
chore: add CLI info
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Feb 7, 2024
1 parent 89b5ed9 commit 015d072
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ Moderators play a crucial role in maintaining the health and quality of forums.
##### Information modal with location map
![image](https://user-images.githubusercontent.com/16573496/269137411-ae7657f1-38b5-46ba-9bd7-df802696a882.png)

### CLI Usage

The following CLI commands are provided:

#### `lookup`

Although IP addresses will be looked up when they are requested, this command will lookup all IP's that do not already have an entry in the `ip_info` table, using the currently selected provider.

```sh
php flarum fof:geoip:lookup
```

### Installation

Expand Down

0 comments on commit 015d072

Please sign in to comment.