Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the guide to install atmos using aqua #720

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions website/docs/quick-start/install-atmos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,28 @@ Atmos has native packages for macOS and every major Linux distribution. We also
__NOTE:__ Don't have `mise`? Install it first from [here](https://mise.jdx.dev/getting-started.html)
</TabItem>

<TabItem value="aqua" label="aqua">
#### Install with aqua

[aqua](https://aquaproj.github.io/) is a CLI Version Manager.

Create `aqua.yaml` by `aqua init`:

```shell
aqua init
```

Add atmos to aqua.yaml:

```shell
aqua g -i cloudposse/atmos
```

Then, run `aqua install` in the same directory.

__NOTE:__ Don't have `aqua`? Install it first from [here](https://aquaproj.github.io/docs/install)
</TabItem>
osterman marked this conversation as resolved.
Show resolved Hide resolved

<TabItem value="source" label="From Source">
#### Build from Source

Expand Down
Loading