From 42bf19cf47a7a736240669633a4391d8f20063ce Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 14 Jan 2024 13:44:15 -0800 Subject: [PATCH] Fix duplicate README --- README.md | 17 ----------------- readme.md | 18 +++++++++++++++++- 2 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 72011b90..00000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# gensokyo.zone's Infrastructure - -Welcome to the Palace of the Earth Spirits! - -## Contribution Guidelines - -### Nix - -* Please use [alejandra](https://github.com/kamadorueda/alejandra) as your source formatter. -* Please check for dead code paths with [deadnix](https://github.com/astro/deadnix). -* Please use [statix](https://github.com/nerdypepper/statix) as your linter. - -### Terraform - -* Please use `terraform fmt` to format your Terraform work. -* Please use [tflint](https://github.com/terraform-linters/tflint) as your linter. -* Please do not merge into files by category (e.g. variables, outputs, locals). diff --git a/readme.md b/readme.md index 764ee924..e519d8a3 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,20 @@ -# nixfiles +# gensokyo.zone's Infrastructure + +Welcome to the Palace of the Earth Spirits! + +## Contribution Guidelines + +### Nix + +* Please use [alejandra](https://github.com/kamadorueda/alejandra) as your source formatter. +* Please check for dead code paths with [deadnix](https://github.com/astro/deadnix). +* Please use [statix](https://github.com/nerdypepper/statix) as your linter. + +### Terraform + +* Please use `terraform fmt` to format your Terraform work. +* Please use [tflint](https://github.com/terraform-linters/tflint) as your linter. +* Please do not merge into files by category (e.g. variables, outputs, locals). ## Build and Deploy