Merge pull request #8 from luvth/patch-1

Added sudo for creating the file in /bin
This commit is contained in:
AngelJumbo 2025-04-19 13:56:39 -05:00 committed by GitHub
commit 8a78d224f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ Requirements: A Unix-like system, a C compiler and make.
``` ```
git clone https://github.com/AngelJumbo/lavat git clone https://github.com/AngelJumbo/lavat
cd lavat cd lavat
make install sudo make install
``` ```
### Arch Linux ### Arch Linux