Skip to content

Commit 2383551

Browse files
authored
Merge pull request #137 from KristjanESPERANTO/patch-3
tuxedo-keyboard is required
2 parents 84f6042 + 9fa6e82 commit 2383551

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ tuxedo-control-center
2727

2828
## Development setup
2929

30-
1. Install git, nodejs, gcc, g++, make \
30+
1. Install [tuxedo-keyboard](https://github.com/tuxedocomputers/tuxedo-keyboard)
31+
2. Install git, nodejs, gcc, g++, make \
3132
Ex (deb):
3233
```
3334
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
3435
3536
sudo apt install -y git gcc g++ make nodejs npm
3637
```
37-
2. Clone & install libraries
38+
3. Clone & install libraries
3839
```
3940
git clone https://github.com/tuxedocomputers/tuxedo-control-center
4041
@@ -44,7 +45,7 @@ tuxedo-control-center
4445
```
4546
**Note:** Do ***not*** continue with `npm audit fix`. Known to cause various issues.
4647
47-
3. Install service file that points to development build path (or use installed service from packaged version)
48+
4. Install service file that points to development build path (or use installed service from packaged version)
4849
4950
Manual instructions:
5051
1. Copy `tccd.service` and `tccd-sleep.service` (from src/dist-data) to `/etc/systemd/system/`

0 commit comments

Comments
 (0)