Added instructions on how to get the Linode API key.

This commit is contained in:
Philipp Grosswiler
2017-01-31 10:56:34 +07:00
parent 59182dbc97
commit dd17ac5045
2 changed files with 10 additions and 13 deletions

View File

@@ -1,12 +1,7 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
#Author: Philipp Grosswiler <philipp.grosswiler@swiss-design.net>
#How to create the Linode API key:
#Sign into your Linode account and go to this page: https://manager.linode.com/profile/api
#Then add an API key with label ACME and copy the new key.
#export LINODE_API_KEY="..."
LINODE_API_URL="https://api.linode.com/?api_key=$LINODE_API_KEY&api_action="
######## Public functions #####################