Skip to content

Commit

Permalink
Update ubuntu.md
Browse files Browse the repository at this point in the history
Ubuntu 24 doesn't include by default, need to install it.
  • Loading branch information
devinbinnie authored Jan 7, 2025
1 parent 18c214f commit ad05588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Linux requires the X11 developement libraries and `libpng` to build native Node modules.

```sh
sudo apt install git python3 g++ libx11-dev libxtst-dev libpng-dev
sudo apt install git python3 make g++ libx11-dev libxtst-dev libpng-dev
```

#### Notes
Expand Down

0 comments on commit ad05588

Please sign in to comment.