We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd31799 commit 7d0ad0fCopy full SHA for 7d0ad0f
site/index.html
@@ -258,7 +258,7 @@ <h3 id="os-label">Detecting your system...</h3>
258
259
if (isMac) {
260
label.innerText = "Install on macOS";
261
- desc.innerText = "Install shipit via Homebrew:";
+ desc.innerText = "Run this command in your terminal:";
262
cmdLabel.innerText = "Shell";
263
cmdEl.innerText = INSTALL_SH;
264
} else if (platform.includes('win') || ua.includes('Windows')) {
0 commit comments