7 lines
192 B
Text
7 lines
192 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
Before this application will work, it requires registering an API key with Mapbox to use.
|
||
|
You can read more about this at https://wiki.postmarketos.org/wiki/Pure_Maps
|
||
|
EOF
|