Skip to content

Commit

Permalink
Update installation commands to use bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Sep 9, 2024
1 parent e5a4002 commit e4ae66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ This version improves readability and consistency in terminology.
To install latest stable version of Yaci DevKit, run:

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | bash
```

To install a specific version of Yaci DevKit, run:

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | sh -s -- <version>
curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | bash -s -- <version>
```

**Note:** Replace `<version>` with the desired version number without the `v` prefix.
Expand Down

0 comments on commit e4ae66a

Please sign in to comment.