File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6666 <div class =" install-command-wrapper" >
6767 <div class =" install-command" >
6868 <div class =" install-prompt" >$</div >
69- <code >brew install openbootdotdev/tap/ openboot</code >
70- <button class ="copy-btn" onclick ={() => copyCommand (' brew install openbootdotdev/tap/ openboot' , ' main' )}>
69+ <code >curl -fsSL openboot.dev/install.sh | bash </code >
70+ <button class ="copy-btn" onclick ={() => copyCommand (' curl -fsSL openboot.dev/install.sh | bash ' , ' main' )}>
7171 {#if copied === ' main' }
7272 <svg width =" 14" height =" 14" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 2.5" >
7373 <polyline points =" 20 6 9 17 4 12" />
8484 </div >
8585 </div >
8686 <p class =" install-alt" >
87- Alternative: <code >curl -fsSL openboot.dev/install.sh | bash</code >
87+ Want to inspect first? <code >curl -fsSL openboot.dev/install.sh -o install.sh && cat install.sh && bash install.sh</code >
88+ </p >
89+ <p class =" install-alt" >
90+ Already have Homebrew? <code >brew install openbootdotdev/tap/openboot</code >
8891 </p >
8992 </div >
9093 </div >
You can’t perform that action at this time.
0 commit comments