wiki/install.md

41 lines
1,000 B
Markdown
Raw Permalink Normal View History

2024-05-05 15:44:05 +00:00
---
2024-05-16 21:28:43 +00:00
title: Installation Guide
2024-05-05 15:44:05 +00:00
description: A quick guide to getting started with installing and using Auxolotl.
2024-05-16 21:38:05 +00:00
published: true
date: 2024-05-16T21:38:03.976Z
2024-05-05 15:44:05 +00:00
tags: installation, tutorial
editor: markdown
dateCreated: 2024-05-05T15:44:03.224Z
---
2024-05-05 17:53:55 +00:00
# Getting Started With Auxolotl
2024-05-05 15:44:05 +00:00
There are a few ways you can get started with Aux:
2024-05-05 17:53:55 +00:00
- [I just want to install the Aux package manager and command-line tool.](#installing-the-aux-command-line-tool)
2024-05-05 15:44:05 +00:00
2024-05-07 22:21:16 +00:00
Other ways to use Aux:
- [Flake templates](#flake-templates)
2024-05-05 15:44:05 +00:00
## Installing the Aux command-line tool
Open a terminal and run this command to install Aux:
```shell=
$ TODO
```
Verify the installation by running this command:
```shell=
$ TODO
```
2024-05-07 22:21:16 +00:00
## 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.