diff --git a/docs/meshchat_on_docker.md b/docs/meshchat_on_docker.md deleted file mode 100644 index d82ddee..0000000 --- a/docs/meshchat_on_docker.md +++ /dev/null @@ -1,11 +0,0 @@ -# MeshChat on Docker - -A docker image is automatically built by GitHub actions, and can be downloaded from the GitHub container registry. - -``` -docker pull ghcr.io/liamcottle/reticulum-meshchat:latest -``` - -Additionally, an example [docker-compose.yml](../docker-compose.yml) is available. - -The example automatically generates a new reticulum config file in the `meshchat-config` volume. The MeshChat database is also stored in this volume. diff --git a/docs/meshchatx.md b/docs/meshchatx.md new file mode 100644 index 0000000..1c94887 --- /dev/null +++ b/docs/meshchatx.md @@ -0,0 +1,3 @@ +# Welcome to MeshChatX + +A fork of Reticulum Meshchat, with many more features, new UI/UX, better security and integrity. diff --git a/docs/meshchat_on_android_with_termux.md b/docs/meshchatx_on_android_with_termux.md similarity index 100% rename from docs/meshchat_on_android_with_termux.md rename to docs/meshchatx_on_android_with_termux.md diff --git a/docs/meshchat_on_raspberry_pi.md b/docs/meshchatx_on_raspberry_pi.md similarity index 100% rename from docs/meshchat_on_raspberry_pi.md rename to docs/meshchatx_on_raspberry_pi.md