Skip to content

Commit 1fa4b74

Browse files
AlexSchmitz222g3force
authored andcommitted
Update Readme.md
updaed readme.md to make it more user-friendly
1 parent d841ca5 commit 1fa4b74

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

rpi/Readme.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ This folder contains scripts to configure a Pi to run the status board.
44
You can install a [Raspberry Pi OS Lite](https://www.raspberrypi.com/software/operating-systems/)
55
and use the [bootstrap.sh](bootstrap.sh) script to set it up:
66

7+
8+
## Install Raspberry Pi OS Lite (32bit)
9+
See: [https://www.raspberrypi.com/software/operating-systems/](https://www.raspberrypi.com/software/operating-systems/)
10+
11+
## Setup username, password, hostname and ssh during image creation with rpi-imager or on first start with
712
```shell
8-
# Install Raspberry Pi OS Lite (32bit) (https://www.raspberrypi.com/software/operating-systems/)
9-
# Use username 'ssl' or change it in autologin.conf
10-
# Setup username, password, hostname and ssh during image creation with rpi-imager or on first start with
1113
sudo raspi-config
12-
# Download and extract latest bootstrap archive
14+
```
15+
Use username 'ssl'.
16+
17+
## Download and extract latest bootstrap archive
18+
```shell
1319
wget -qO- https://github.com/RoboCup-SSL/ssl-status-board/releases/latest/download/bootstrap.tar.gz | tar xvz
14-
# Run bootstrap script
20+
```
21+
## Run bootstrap script
22+
```shell
1523
./ssl-status-board/bootstrap.sh
1624
```

0 commit comments

Comments
 (0)