Skip to content

Commit 2a7500e

Browse files
Update README.md
Add installation instruction for Arch Linux user.
1 parent c721fe5 commit 2a7500e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ You can install the script by using pip command:
2525

2626
`pip install ip2location-python-csv-converter`
2727

28+
For Arch Linux user, you can also install the script by using the following commands:
29+
30+
```bash
31+
git clone https://aur.archlinux.org/ip2location-python-csv-converter.git && cd ip2location-python-csv-converter
32+
makepkg -si
33+
```
34+
2835
## Usage
2936

3037
```

0 commit comments

Comments
 (0)