wiki/install.md

45 lines
1.4 KiB
Markdown
Raw 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-11 20:30:06 +00:00
published: false
2024-05-16 21:37:43 +00:00
date: 2024-05-16T21:37:42.122Z
2024-05-05 15:44:05 +00:00
tags: installation, tutorial
editor: markdown
dateCreated: 2024-05-05T15:44:03.224Z
---
2024-05-11 20:30:06 +00:00
> **This page is outdated**
> After the [roadmap changes](https://forum.aux.computer/t/updates-and-clarifications-to-our-roadmap/593) this page should no longer refer to `auxolotl/nixpkgs`. It would be good to have a migration guide, but it would require serious modification of this page. Do not follow the instructions on this page. It is only available to logged-in users.
{.is-danger}
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.