diff --git a/readme.md b/readme.md index 14e0882..0e13f3d 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,9 @@ # Hetzner -## Custom scripts to create resources on Hetzner Cloud service using Hetzner CLI \ No newline at end of file +## Custom scripts to create resources on Hetzner Cloud service using Hetzner CLI + +### In order to operate create *token_file.txt* in root directory containing your Hetzner Key + +``` +touch token_file.txt +echo "abcdefgh" > token_file.txt +``` \ No newline at end of file