mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
Update README.md
This commit is contained in:
parent
81f5c56d9e
commit
8640e51153
11
README.md
11
README.md
@ -1,6 +1,17 @@
|
||||
# GameShell launcher
|
||||
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
|
||||
```
|
||||
/home/cpi/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user