dotfiles/urlview/README.md
2024-08-22 00:19:27 -06:00

10 lines
141 B
Markdown

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