diff --git a/README.md b/README.md index e5952e5..bc01b64 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,11 @@ The Tang server provides secure remote unlocking of LUKS volumes: ## Repository Structure ``` . -├── deploy.sh # Deployment script for Hetzner -├── generate_ignition.py # Python-based Ignition config generator +├── build.sh # Build and upload image from build-config +├── deploy.sh # Deployment script for Hetzner from deploy-config ├── MASTER_README.md # Tang server setup documentation ├── README.md # Main project documentation -├── requirements.txt # Python dependencies -└── settings.yaml # Configuration settings +└── requirements.txt # Python dependencies ``` ## Prerequisites