Add just for parity with debian dependencies.

cargo built the project without just but just is still useful to include for the justfile
This commit is contained in:
Scott Williams 2024-03-04 14:03:52 -08:00 committed by Jeremy Soller
parent 7f8c4ff035
commit d6411c4c92

View file

@ -11,5 +11,5 @@ sudo apt-get install clang just libasound2-dev libavcodec-dev libavdevice-dev li
For Fedora-based rpm systems:
```
sudo dnf install rust cargo alsa-lib-devel clang-devel libavdevice-free-devel libavfilter-free-devel libavformat-free-devel libavutil-free-devel
sudo dnf install rust cargo alsa-lib-devel clang-devel just libavdevice-free-devel libavfilter-free-devel libavformat-free-devel libavutil-free-devel
```