From 327937a7453888ab21ea831bead9816c8e6a268f Mon Sep 17 00:00:00 2001 From: Scruffy <90973461+scruffykat@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:50:46 +0000 Subject: [PATCH] my bad! readme fix --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 52b01d0..8a7eed9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ # Tauri macOS Hello A basic Tauri app that mimics Apple's iconic 'Hello' text. Personal experiment project. +## Why does this exist? +This app only exists as a personal attempt to recreate the effect out of shear boredom. It isn't meant to be a proper app, but I have released it for anyone curious on how to do the effect, or are just bored themselves lol. + ## Building And Running Designed for execution on macOS, but should run fine on other platforms due to the shear simplicity of this project. Just run it like any other tauri app inside of the `macos-hello` directory.