From 95f0dad69c5e78410978b5c6749364fc25288019 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Wed, 7 Aug 2024 13:38:16 +0800 Subject: [PATCH] include description, railway deploy button and command to run in development in README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1053545..9bfffc2 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# geoip \ No newline at end of file +# GeoIP + +## A maxmind geoip api server with auto db refresh + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/LiUOsa?referralCode=bSruGU) + +## Development + +```bash +air # with air +go run main.go # without air +```