mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-13 07:58:52 +01:00
Update README.md
This commit is contained in:
parent
fb0464c692
commit
cf9683f890
19
README.md
19
README.md
@ -16,28 +16,39 @@ sudo adduser cpi cpifav
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Clone the GitHub repository
|
# Clone the GitHub repository
|
||||||
* login as: cpi
|
* Login as: cpi
|
||||||
|
* Get launcher (System Apps)
|
||||||
```
|
```
|
||||||
cd
|
cd
|
||||||
git clone https://github.com/your_launcher.git ~/launcher
|
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
|
# Directory structure
|
||||||
```
|
```
|
||||||
/home/cpi/
|
/home/cpi/
|
||||||
├── apps
|
├── apps
|
||||||
│ └── emulators
|
│ ├── Menu <-Custom Apps
|
||||||
|
│ ├── emulators
|
||||||
|
│ └── ...
|
||||||
|
│
|
||||||
├── launcher <-Here we are
|
├── launcher <-Here we are
|
||||||
│ ├── Menu
|
│ ├── Menu <-System apps
|
||||||
│ ├── sys.py
|
│ ├── sys.py
|
||||||
│ ├── skin
|
│ ├── skin
|
||||||
│ └── ...
|
│ └── ...
|
||||||
|
│
|
||||||
├── games
|
├── games
|
||||||
│ ├── FreeDM
|
│ ├── FreeDM
|
||||||
│ ├── MAME
|
│ ├── MAME
|
||||||
│ ├── nxengine
|
│ ├── nxengine
|
||||||
│ └── ...
|
│ └── ...
|
||||||
|
│
|
||||||
└── music
|
└── music
|
||||||
```
|
```
|
||||||
## Create the necessary directories
|
## Create the necessary directories
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user