mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-04-29 17:39:27 +02:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -1,6 +1,17 @@
|
|||||||
# GameShell launcher
|
# GameShell launcher
|
||||||
This is the launcher for GameShell based on 320x240 resolution and D-Pad layout.
|
This is the launcher for GameShell based on 320x240 resolution and D-Pad layout.
|
||||||
|
|
||||||
|
# Create the necessary user and group
|
||||||
|
* User name: cpi
|
||||||
|
* Password: cpi
|
||||||
|
* Group ID: 31415 with group name: cpifav
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo adduser cpi
|
||||||
|
sudo groupadd cpifav -g 31415
|
||||||
|
sudo adduser cpi cpifav
|
||||||
|
```
|
||||||
|
|
||||||
# Directory structure
|
# Directory structure
|
||||||
```
|
```
|
||||||
/home/cpi/
|
/home/cpi/
|
||||||
|
|||||||
Reference in New Issue
Block a user