Skip to content

Commit e084aaa

Browse files
authored
Update installing.md
Rename bash to shell
1 parent a4905c8 commit e084aaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/installing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import TabItem from '@theme/TabItem';
1010

1111
Defang doesn't require installing anything in your cloud, but you will need to install the [open source](https://github.com/DefangLabs/defang) Defang command line interface (CLI) to interact with your Defang resources and account.
1212

13-
We offer a few different ways to install the Defang CLI. You can use a bash script, Homebrew, Winget, or you can download the binary directly.
13+
We offer a few different ways to install the Defang CLI. You can use a shell script, Homebrew, Winget, or you can download the binary directly.
1414

1515

1616
<Tabs>
17-
<TabItem value="bash" label="Bash">
18-
**Using a Bash Script**
17+
<TabItem value="bash" label="Shell">
18+
**Using a shell script**
1919

20-
You can install the Defang CLI using a bash script. Run the following command in your terminal:
20+
You can install the Defang CLI using a shell script. Run the following command in your terminal:
2121

2222
```bash
2323
. <(curl -Ls s.defang.io/install)

0 commit comments

Comments
 (0)