Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 27, 2024
1 parent 87979a6 commit 00219e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ pub fn Download(cx: Scope) -> Element {
"Next, install the Solana CLI and create a Solana keypair if you haven't done so already. "
}
CodeBlock {
text: "sh -c \"$(curl -sSfL https://release.solana.com/v1.18.4/install)\"
\nsolana-keygen new"
text: "sh -c \"$(curl -sSfL https://release.solana.com/v1.18.4/install)\"\nsolana-keygen new"
}
p {
"Now, install the Ore CLI."
Expand Down

0 comments on commit 00219e3

Please sign in to comment.