Set GitHub namespace (AllenNPIT) in README badges and CHANGELOG links
CI / Python checks (pull_request) Has been cancelled
CI / Docker build (pull_request) Has been cancelled

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-06-10 10:26:47 -07:00
parent c93ee24641
commit be361a6e76
2 changed files with 6 additions and 8 deletions
+3 -3
View File
@@ -43,6 +43,6 @@ on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to
pixel-art sprites, directional backgrounds, weather, sun/moon, admin panel,
first-run setup wizard, and Docker/Podman support.
[1.1.1]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.1
[1.1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.0
[1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.0
[1.1.1]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.1
[1.1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.0
[1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.0
+3 -5
View File
@@ -1,10 +1,8 @@
# ADS-Bit
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Release](https://img.shields.io/github/v/release/OWNER/ADS-Bit)](https://github.com/OWNER/ADS-Bit/releases)
[![CI](https://github.com/OWNER/ADS-Bit/actions/workflows/ci.yml/badge.svg)](https://github.com/OWNER/ADS-Bit/actions/workflows/ci.yml)
> **Setup note:** replace `OWNER` with your GitHub username/org throughout this README (badges and image names) after creating the repository.
[![Release](https://img.shields.io/github/v/release/AllenNPIT/ADS-Bit)](https://github.com/AllenNPIT/ADS-Bit/releases)
[![CI](https://github.com/AllenNPIT/ADS-Bit/actions/workflows/ci.yml/badge.svg)](https://github.com/AllenNPIT/ADS-Bit/actions/workflows/ci.yml)
A retro SNES-style side-view flight tracker that displays ADS-B aircraft data with custom pixel art sprites.
@@ -56,7 +54,7 @@ is available from GitHub Container Registry:
docker run -d --name ads-bit --network host --restart unless-stopped \
-e ADSBIT_CONFIG=/app/data/config.json \
-v "$PWD/data:/app/data" \
ghcr.io/OWNER/ads-bit:latest
ghcr.io/allennpit/ads-bit:latest
```
Then open http://localhost:2001 and complete the setup wizard.