summarylogtreecommitdiffstats
path: root/footy.install
blob: 8433b5059bfe4bfebd742d6e0b0278b9ca1bf4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << EOF

Since footy uses the data provided by football-data.org, an API key is required.
  
Set the API key by running footy -k <api-key> or manually create a file with the 
API key in ~/.config/footy/api-key.txt.

EOF
}