Skip to content

Commit 7d0ad0f

Browse files
committed
doc: update site install text for macos
1 parent fd31799 commit 7d0ad0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h3 id="os-label">Detecting your system...</h3>
258258

259259
if (isMac) {
260260
label.innerText = "Install on macOS";
261-
desc.innerText = "Install shipit via Homebrew:";
261+
desc.innerText = "Run this command in your terminal:";
262262
cmdLabel.innerText = "Shell";
263263
cmdEl.innerText = INSTALL_SH;
264264
} else if (platform.includes('win') || ua.includes('Windows')) {

0 commit comments

Comments
 (0)