Skip to content

Commit

Permalink
Merge pull request #137 from KristjanESPERANTO/patch-3
Browse files Browse the repository at this point in the history
tuxedo-keyboard is required
  • Loading branch information
vinzv authored Sep 29, 2021
2 parents 84f6042 + 9fa6e82 commit 2383551
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ tuxedo-control-center

## Development setup

1. Install git, nodejs, gcc, g++, make \
1. Install [tuxedo-keyboard](https://github.com/tuxedocomputers/tuxedo-keyboard)
2. Install git, nodejs, gcc, g++, make \
Ex (deb):
```
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y git gcc g++ make nodejs npm
```
2. Clone & install libraries
3. Clone & install libraries
```
git clone https://github.com/tuxedocomputers/tuxedo-control-center
Expand All @@ -44,7 +45,7 @@ tuxedo-control-center
```
**Note:** Do ***not*** continue with `npm audit fix`. Known to cause various issues.
3. Install service file that points to development build path (or use installed service from packaged version)
4. Install service file that points to development build path (or use installed service from packaged version)
Manual instructions:
1. Copy `tccd.service` and `tccd-sleep.service` (from src/dist-data) to `/etc/systemd/system/`
Expand Down

0 comments on commit 2383551

Please sign in to comment.