Skip to content

Commit

Permalink
Merge pull request #174 from marcosfrm/idle-2
Browse files Browse the repository at this point in the history
README.md: add libsystemd-dev for idle detection support
  • Loading branch information
jcoffland authored Nov 27, 2023
2 parents 48e78ed + ccf0755 commit e419107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ development purposes.

## Install the Prerequisites
```
sudo apt-get update
sudo apt-get install -y scons git npm build-essential libssl-dev
sudo apt update
sudo apt install -y scons git npm build-essential libssl-dev libsystemd-dev
```

## Get the code
Expand Down

0 comments on commit e419107

Please sign in to comment.