We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f655984 commit 372ae4aCopy full SHA for 372ae4a
1 file changed
www/app/page.tsx
@@ -95,7 +95,7 @@ function PerfBar({
95
96
function InstallBox() {
97
const [copied, setCopied] = useState(false);
98
- const command = "bun install globlin";
+ const command = "npm install globlin";
99
100
const handleCopy = () => {
101
navigator.clipboard.writeText(command);
0 commit comments