Skip to content

Commit b10ac16

Browse files
committed
Merge branch 'feature/homebrew-distribution' into development
2 parents 5f5e09a + 1280662 commit b10ac16

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.MD

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<a href="https://github.com/smbcloudXYZ/smbcloud-cli/releases">Releases</a>
1818
</p>
1919
<p align="center">
20-
<a href="https://crates.io/crates/smbcloud-cli"><img alt="crates.io" src="https://img.shields.io/crates/v/smbcloud-cli"></a>
2120
<a href="https://www.npmjs.com/package/@smbcloud/cli"><img alt="npm" src="https://img.shields.io/npm/v/@smbcloud/cli"></a>
2221
<a href="https://pypi.org/project/smbcloud-cli/"><img alt="PyPI" src="https://img.shields.io/pypi/v/smbcloud-cli"></a>
2322
<a href="https://github.com/smbcloudXYZ/smbcloud-cli/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/smbcloudXYZ/smbcloud-cli"></a>
@@ -26,14 +25,18 @@
2625

2726
## About
2827

29-
**`smb`** is the command-line interface for [smbCloud](https://www.smbcloud.xyz/) — the modern cloud deployment platform. Ship your Rust, Node.js, Ruby, or Swift app with a single command.
28+
**`smb`** is the command-line interface for [smbCloud](https://www.smbcloud.xyz/) — the modern cloud deployment platform. We've eliminated the friction of cloud infrastructure so you can focus on what matters: building an incredible product.
29+
30+
Ship your Rust, Node.js, Ruby, or Swift app with a single, magical command.
3031

3132
## Install
3233

33-
### Homebrew (macOS)
34+
We highly recommend using our **pre-built native binaries** for the fastest, frictionless setup.
35+
36+
### Homebrew (macOS & Linux)
3437

3538
```sh
36-
brew tap smbcloudXYZ/homebrew-tap
39+
brew tap smbcloudXYZ/tap
3740
brew install cli
3841
```
3942

@@ -49,12 +52,6 @@ npm install -g @smbcloud/cli
4952
pip install smbcloud-cli
5053
```
5154

52-
### Cargo
53-
54-
```sh
55-
cargo install smbcloud-cli
56-
```
57-
5855
### Shell (macOS / Linux)
5956

6057
```sh

0 commit comments

Comments
 (0)