Skip to content

Commit 44053b1

Browse files
authored
Update installation.md
1 parent 3e42d81 commit 44053b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ Connect to the device with SSH and initiate the following command to set up all
3232
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jaapvanekris/openrowingmonitor/HEAD/install/install.sh)"
3333
```
3434

35+
Just answer the questions from the script and OpenRowingMonitor will be installed for you completely.
36+
3537
#### Installing alternative branches
3638

37-
Sometimes you need some functionality that isn't released in our stable 'main' branch, so one of our developers advises you to install an experimental branch. Please do not install an experimental branches unless you known what you are doing and you are told explicitly by any of our developers, as some branches may not even be functional without warning. Installing an alternative branch can be done via:
39+
Sometimes you need some functionality that isn't released in our stable 'main' branch yet, so one of our developers advises you to install an experimental branch. Please do not install an experimental branch unless you known what you are doing and you are told explicitly by any of our developers, as some branches may not even be functional without warning. Installing an alternative branch can be done via:
3840

3941
```zsh
4042
wget https://raw.githubusercontent.com/jaapvanekris/openrowingmonitor/HEAD/install/install.sh
4143
```
4244

43-
Followed by
45+
Followed by opening the downloaded file in a text editor (nano in this case)
4446

4547
```zsh
4648
sudo nano install.sh

0 commit comments

Comments
 (0)