From abec55a596fe6d56b4a401aa202bb71031954669 Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Tue, 19 Aug 2025 16:54:36 -0400 Subject: [PATCH] Added more documentation --- readme.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 268454b..5d621f2 100644 --- a/readme.md +++ b/readme.md @@ -20,4 +20,21 @@ just setup ``` cd ~/BlueHam just done-goofed -``` \ No newline at end of file +``` + +# Reruns +If you want to rerun 73 Linux setup process, you can run +``` +just run-73Linux +``` +followed by +``` +just export-apps +``` +to add the new apps to your menu. + +And if for some reason you need to fix your serial port permissions, you can run +``` +just fix-permissions +``` +## When this particular command asks for your password, it means your login password for the system. \ No newline at end of file