From cf9683f890a5e3efce75d4ec5a7289671a6eef9f Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 22:23:08 +0800 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10b12e9..6fe8d64 100644 --- a/README.md +++ b/README.md @@ -16,28 +16,39 @@ sudo adduser cpi cpifav ``` # Clone the GitHub repository -* login as: cpi - +* Login as: cpi +* Get launcher (System Apps) ``` cd git clone https://github.com/your_launcher.git ~/launcher ``` +* Get Menu (Custom Apps) +``` +cd +git clone https://github.com/your_menu.git ~/apps/Menu +``` + # Directory structure ``` /home/cpi/ ├── apps -│   └── emulators +│   ├── Menu <-Custom Apps +│   ├── emulators +│ └── ... +│ ├── launcher <-Here we are -│   ├── Menu +│   ├── Menu <-System apps │   ├── sys.py │   ├── skin │ └── ... +│ ├── games │   ├── FreeDM │   ├── MAME │   ├── nxengine │   └── ... +│ └── music ``` ## Create the necessary directories