Merge pull request #218 from Notnaton/main

Ubuntu 21+ wayland is not supported by some dependencies
This commit is contained in:
Ty Fiero 2024-04-08 09:39:22 -07:00 committed by GitHub
commit eb2ede2489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ There are a few packages that need to be installed in order to run 01OS on your
# MacOS
brew install portaudio ffmpeg cmake
# Ubuntu
# Ubuntu (wayland not supported, only ubuntu 20.04 and below)
sudo apt-get install portaudio19-dev ffmpeg cmake
# Install poetry