aboutsummaryrefslogtreecommitdiffstats
path: root/.w3m/build.sh
blob: 5b68f062eda8fb31c467b035055cf6a183c2a3f4 (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -x
set -e

cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl && sudo make install -j4