From 8d761e20eaf9b682533fe0c86ff4876db8ece366 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 28 Dec 2024 23:27:09 +1300 Subject: [PATCH] refactor file name --- README.md | 2 +- docs/{meshchat_raspberry_pi.md => meshchat_on_raspberry_pi.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{meshchat_raspberry_pi.md => meshchat_on_raspberry_pi.md} (98%) diff --git a/README.md b/README.md index e8d1692..ffda5f5 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ I build the vite app everytime without hot reload, since MeshChat expects everyt ## Other Installation Methods - [Running MeshChat on Docker](./docs/meshchat_on_docker.md) -- [Running MeshChat on a Raspberry Pi](./docs/meshchat_raspberry_pi.md) +- [Running MeshChat on a Raspberry Pi](./docs/meshchat_on_raspberry_pi.md) - [Running MeshChat on Android with Termux](./docs/meshchat_on_android_with_termux.md) ## TODO diff --git a/docs/meshchat_raspberry_pi.md b/docs/meshchat_on_raspberry_pi.md similarity index 98% rename from docs/meshchat_raspberry_pi.md rename to docs/meshchat_on_raspberry_pi.md index 99c32f5..1f87050 100644 --- a/docs/meshchat_raspberry_pi.md +++ b/docs/meshchat_on_raspberry_pi.md @@ -1,4 +1,4 @@ -# MeshChat on Raspberry Pi +# MeshChat on a Raspberry Pi A simple guide to install [MeshChat](https://github.com/liamcottle/reticulum-meshchat) on a Raspberry Pi.