Change repo url (#722)

This commit is contained in:
Jonas Plum
2026-01-13 20:23:42 +01:00
committed by GitHub
parent b65fbdd128
commit c2b86f5521
13 changed files with 34 additions and 34 deletions

View File

@@ -4,8 +4,8 @@
<h4>The trail catalogue that makes your GPS data searchable</h4>
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/flomp/wanderer-web/latest)](https://github.com/Flomp/wanderer/)
[![GitHub Repo stars](https://img.shields.io/github/stars/flomp/wanderer?style=social)](https://github.com/Flomp/wanderer/)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/open-wanderer/wanderer-web/latest)](https://github.com/open-wanderer/wanderer/)
[![GitHub Repo stars](https://img.shields.io/github/stars/open-wanderer/wanderer?style=social)](https://github.com/open-wanderer/wanderer/)
[![Buy Me A Coffee](https://img.shields.io/badge/Support-wanderer-yellow?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/wanderertrails)
[![Discord](https://img.shields.io/discord/1249895457396621332?style=social&logo=discord&label=Developer%20Discord)](https://discord.gg/USSEBY98CP)
@@ -32,7 +32,7 @@ The recommended and quickest way to install wanderer is using docker compose:
``` bash
# download the docker compose file
wget https://raw.githubusercontent.com/Flomp/wanderer/main/docker-compose.yml
wget https://raw.githubusercontent.com/open-wanderer/wanderer/main/docker-compose.yml
# build and launch via docker compose
docker compose up -d