From 8e529d34199e8613618bde5abb1610cb6b373440 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Sun, 19 Jul 2026 09:32:30 -0600 Subject: [PATCH] Add migration notice to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a84e0c7..1fbb8e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**NOTICE**: This repository has been moved to [https://code.adriano.fyi/me/roam-location](https://code.adriano.fyi/me/roam-location). Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest. + # roam-location The purpose of this repo is to make my current location available on adriano.fyi. The coordinates from the two services here are used populate the map at https://adriano.fyi/whereami @@ -15,4 +17,4 @@ The location service simply finds the last location appended to the log file and # Running -`ROAM_LOCATION_DB_PATH=/path/to/nmea_logs.log go run main.go` +`ROAM_LOCATION_DB_PATH=/path/to/nmea_logs.log go run main.go` \ No newline at end of file