Add final texts
This commit is contained in:
parent
6a821742be
commit
b6c73dcc74
|
@ -51,6 +51,11 @@ const ValidatorSetupInstall = () => {
|
||||||
releases can be found here. Instructions for updating existing Geth installations
|
releases can be found here. Instructions for updating existing Geth installations
|
||||||
are also provided in each section.
|
are also provided in each section.
|
||||||
</Text>
|
</Text>
|
||||||
|
<Text size={13}>
|
||||||
|
If a version number is returned, then Homebrew is installed. If not, Homebrew can be
|
||||||
|
installed by following the instructions here. With Homebrew installed, the following
|
||||||
|
commands add the Geth tap and install Geth:
|
||||||
|
</Text>
|
||||||
</YStack>
|
</YStack>
|
||||||
{/* Cards */}
|
{/* Cards */}
|
||||||
<XStack justifyContent={'space-between'} space={'$3'} margin={'50px 0px'}>
|
<XStack justifyContent={'space-between'} space={'$3'} margin={'50px 0px'}>
|
||||||
|
@ -58,6 +63,12 @@ const ValidatorSetupInstall = () => {
|
||||||
<OsCard icon="/icons/Linux.png" name="Linux"></OsCard>
|
<OsCard icon="/icons/Linux.png" name="Linux"></OsCard>
|
||||||
<OsCard icon="/icons/windows.png" name="Windows"></OsCard>
|
<OsCard icon="/icons/windows.png" name="Windows"></OsCard>
|
||||||
</XStack>
|
</XStack>
|
||||||
|
<SyntaxHighlighterBox rows={['brew -v']}></SyntaxHighlighterBox>
|
||||||
|
<Text size={13}>
|
||||||
|
If a version number is returned, then Homebrew is installed. If not, Homebrew can be
|
||||||
|
installed by following the instructions here. With Homebrew installed, the following
|
||||||
|
commands add the Geth tap and install Geth:
|
||||||
|
</Text>
|
||||||
<SyntaxHighlighterBox
|
<SyntaxHighlighterBox
|
||||||
rows={['brew tap ethereum/ethereum', 'brew install ethereum']}
|
rows={['brew tap ethereum/ethereum', 'brew install ethereum']}
|
||||||
></SyntaxHighlighterBox>
|
></SyntaxHighlighterBox>
|
||||||
|
|
Loading…
Reference in New Issue