@@ -534,13 +534,12 @@ <h1 class="text-5xl md:text-6xl font-bold tracking-tight mb-6">
534534 < span class ="prompt "> $</ span >
535535 < span class ="cmd "
536536 > < span class ="keyword "> sudo</ span >
537- < span class ="flag "> dnf</ span >
538- < span class ="flag "> install</ span >
539- < span class ="package "> rustledger</ span > </ span
537+ < span class ="flag "> dnf copr enable</ span >
538+ < span class ="package "> rustledger/rustledger</ span > </ span
540539 >
541540 < button
542541 class ="install-copy-btn "
543- data-command ="sudo dnf copr enable rustledger/rustledger && sudo dnf install rustledger "
542+ data-command ="sudo dnf copr enable rustledger/rustledger "
544543 title ="Copy "
545544 aria-label ="Copy command "
546545 >
@@ -559,25 +558,34 @@ <h1 class="text-5xl md:text-6xl font-bold tracking-tight mb-6">
559558 </ svg >
560559 </ button >
561560 </ div >
562- < p class ="install-note ">
563- < svg
564- class ="note-icon "
565- fill =" none "
566- stroke =" currentColor "
567- viewBox =" 0 0 24 24 "
561+ < div class ="install-command ">
562+ < span class =" prompt " > $ </ span >
563+ < span class ="cmd "
564+ > < span class =" keyword " > sudo </ span >
565+ < span class =" flag " > dnf install </ span >
566+ < span class =" package " > rustledger </ span > </ span
568567 >
569- < path
570- stroke-linecap ="round "
571- stroke-linejoin ="round "
572- stroke-width ="2 "
573- d ="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z "
574- />
575- </ svg >
576- For Fedora/RHEL. First run
577- < code class ="mono text-white/60 "
578- > sudo dnf copr enable rustledger/rustledger</ code
579- > .
580- </ p >
568+ < button
569+ class ="install-copy-btn "
570+ data-command ="sudo dnf install rustledger "
571+ title ="Copy "
572+ aria-label ="Copy command "
573+ >
574+ < svg
575+ class ="w-5 h-5 "
576+ fill ="none "
577+ stroke ="currentColor "
578+ viewBox ="0 0 24 24 "
579+ >
580+ < path
581+ stroke-linecap ="round "
582+ stroke-linejoin ="round "
583+ stroke-width ="2 "
584+ d ="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z "
585+ />
586+ </ svg >
587+ </ button >
588+ </ div >
581589 </ div >
582590 <!-- Scoop Panel -->
583591 < div
0 commit comments