in case I forget

This commit is contained in:
tavo-wasd 2024-08-22 00:19:27 -06:00
parent 2ee8d9c24c
commit 739e1f5bf9

10
urlview/README.md Normal file
View file

@ -0,0 +1,10 @@
# To Build:
```sh
git clone https://github.com/bachoseven/urlview
cd urlview/
./configure
automake --add-missing
make
sudo make install
```