in case I forget
This commit is contained in:
parent
2ee8d9c24c
commit
739e1f5bf9
1 changed files with 10 additions and 0 deletions
10
urlview/README.md
Normal file
10
urlview/README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue