Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to node 16(still supported) and updated blocking deps #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tuxedo-control-center
1. Install git, gcc, g++, make, nodejs, npm and libudev-dev \
Ex (deb):
```
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

sudo apt install -y git gcc g++ make nodejs libudev-dev
```
Expand All @@ -49,7 +49,7 @@ tuxedo-control-center
Manual instructions:
1. Copy `tccd.service` and `tccd-sleep.service` (from src/dist-data) to `/etc/systemd/system/`
2. Edit the `tccd.service` (exec start/stop) to point to `<dev path>/dist/tuxedo-control-center/data/service/tccd`.
3. Copy `com.tuxedocomputers.tccd.conf` to `/usr/share/dbus-1/system.d/`
3. Copy `com.tuxedocomputers.tccd.conf` (from src/dist-data) to `/usr/share/dbus-1/system.d/`
4. Start service `systemctl start tccd`. (And enable for autostart `systemctl enable tccd tccd-sleep`)

### NPM scripts
Expand Down
Loading