From 1ac02e6207777237e84c068a1df052ed7178bed5 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:25:46 -0500 Subject: [PATCH 1/2] add title to app creation section for linking --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f020529..15bc615 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,10 @@ Sidenote: if an app only has an `install-32` script, then Pi-Apps will assume it
Creating an app -It's easy to make your own Pi-App. +## Creating an app + +It's easy to make your own Pi-App. - First, launch Pi-Apps Settings. - Click New App. - This launches the Create App Wizard. This series of dialog boxes will guide you through the process of making your very own app. From dbed6780f0f2a87eb75705ceabc4c282cce698b6 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:27:33 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15bc615..3d0e6bb 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,9 @@ Use the main window to select an app category you want to view. Open a category - [X] Break up the long app list with some **categories**. - [X] Add a new category containing all apps currently **installed**. +## Terminal usage
-Terminal & script usage +Click to open - Each 'App' is simply a small `install` script, `uninstall` script, two icon sizes, and two text files containing the description and a website URL. - Each App is stored in its own separate directory. `~/pi-apps/apps/` holds all these app directories. The Zoom app, for example, would be located at `~/pi-apps/apps/Zoom/`. @@ -127,10 +128,9 @@ Sidenote: if an app only has an `install-32` script, then Pi-Apps will assume it
-
-Creating an app - ## Creating an app +
+Click to open It's easy to make your own Pi-App. - First, launch Pi-Apps Settings.