Skip to content

Commit

Permalink
Enhance install section
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Aug 21, 2024
1 parent f8b01c4 commit d190189
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions content/en/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ Download and install the latest `dagger` version:
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
```

Verify:
Verify the installation:

```bash
which dagger
~/.local/bin/dagger

dagger version
dagger v0.12.3 (registry.dagger.io/engine) linux/amd64
```

This should output something similar to:

```
~/.local/bin/dagger
dagger v0.12.5 (registry.dagger.io/engine) linux/amd64
```

### macOS
Expand All @@ -42,14 +46,18 @@ cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | sh
```

Verify:
Verify the installation:

```bash
which dagger
/opt/homebrew/bin/dagger

dagger version
dagger v0.12.3 (registry.dagger.io/engine:v0.12.3) darwin/arm64
```

This should output something similar to:

```
/opt/homebrew/bin/dagger
dagger v0.12.5 (registry.dagger.io/engine:v0.12.5) darwin/arm64
```


Expand Down

0 comments on commit d190189

Please sign in to comment.