From 16b3a921200fd7315230b8ed24ff3025e19ff279 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 7 May 2024 22:21:16 +0000 Subject: [PATCH] docs: update getting-started --- getting-started.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/getting-started.md b/getting-started.md index 644a95d..3c587b0 100644 --- a/getting-started.md +++ b/getting-started.md @@ -2,7 +2,7 @@ title: Getting Started Guide description: A quick guide to getting started with installing and using Auxolotl. published: true -date: 2024-05-06T09:35:13.691Z +date: 2024-05-07T22:21:14.335Z tags: installation, tutorial editor: markdown dateCreated: 2024-05-05T15:44:03.224Z @@ -16,6 +16,10 @@ There are a few ways you can get started with Aux: - [I want to convert my existing NixOS install to Auxolotl](#converting-nixos-to-aux) - [I just want to install the Aux package manager and command-line tool.](#installing-the-aux-command-line-tool) +Other ways to use Aux: + +- [Flake templates](#flake-templates) + ## Installing the Aux command-line tool Open a terminal and run this command to install Aux: @@ -60,4 +64,12 @@ nixpkgs.url = "github:auxolotl/nixpkgs/nixos-"; ## Installing the Aux distribution -==TODO== \ No newline at end of file +==TODO== + +## Other ways to use Aux + +### Flake templates + +[Download from GitHub](https://github.com/auxolotl/templates) + +Aux provides [templates](https://github.com/auxolotl/templates) for you to use to bootstrap a default Nix system with Aux. These include templates for Linux, Darwin (macOS), and home-manager. \ No newline at end of file