From ab1a5032264eadc5b695a7c12b17d9681d4118e5 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Mon, 5 Jan 2026 21:29:22 +0000 Subject: [PATCH] Delete page "Quick-Start" --- Quick-Start.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 Quick-Start.md diff --git a/Quick-Start.md b/Quick-Start.md deleted file mode 100644 index 1062543..0000000 --- a/Quick-Start.md +++ /dev/null @@ -1,34 +0,0 @@ -# Quick Start - -This page covers the minimum steps to use or administer an -Athenix-managed system. - -## End Users - -Update your system: - -```bash -update-system -``` - -If you use an external user configuration: - -```bash -sudo nixos-rebuild switch \ - --flake git+https://git.factory.uga.edu/UGA-Innovation-Factory/athenix.git \ - --impure -``` - -## Administrators - -Typical workflow: - -```bash -vim inventory.nix -nix flake check -nix fmt -git commit -am "Describe changes" -git push -``` - -Users receive updates via `update-system`.