From 7994e04906201b75ccc13f8149df4fe413d79287 Mon Sep 17 00:00:00 2001 From: Dukk <48651837+DakshG07@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:54:20 -0500 Subject: [PATCH] docs: make usage info more clear --- src/gui.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui.rs b/src/gui.rs index 307707f..4b890e1 100644 --- a/src/gui.rs +++ b/src/gui.rs @@ -89,6 +89,7 @@ impl eframe::App for PathyApp { ui.heading("Pathy"); ui.label("Created by Daksh Gupta."); ui.label("Made for use in auton code. Generated code uses the EZTemplate API."); + ui.label("Create a path to get started. Press Preprocess, then Generate, and let the magic happen!"); egui::warn_if_debug_build(ui); });