readme usability update

This commit is contained in:
Kuba 2023-01-06 14:24:32 +01:00
parent b0ac57a9a7
commit 5530aa71ac

View File

@ -1,2 +1,9 @@
# Hetzner
## 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
```