Skip to content

Commit

Permalink
add docs with windows/scoop install instructions (#649)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Roche <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 094872f commit 9fef230
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/docs/quick-start/install-atmos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,20 @@ Atmos has native packages for macOS and every major Linux distribution. We also
```
</TabItem>

<TabItem value="scoop" label="Windows">

#### Windows via scoop.sh

On Windows, run the following command to install:

```shell
scoop install atmos
```

__NOTE:__ Don't have `scoop`? Install it first from https://scoop.sh/
</TabItem>
<TabItem value="go" label="Go">
#### Install with Go
Expand Down

0 comments on commit 9fef230

Please sign in to comment.