Skip to content

Commit

Permalink
Merge pull request #516 from subspace/remove-macos-intel-links
Browse files Browse the repository at this point in the history
Remove Intel links under MacOS as they don't exist
  • Loading branch information
randywessels committed May 20, 2024
2 parents 6337ff2 + 6d5cc58 commit 0c1f373
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ import styles from '@site/src/pages/index.module.css';

## Step 1: Download Advanced CLI Executables
---

<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/subspace/subspace/releases/download/gemini-3h-2024-may-15/subspace-node-macos-x86_64-gemini-3h-2024-may-15.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Intel CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/subspace/subspace/releases/download/gemini-3h-2024-may-15/subspace-farmer-macos-x86_64-gemini-3h-2024-may-15.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Intel CPU)</span>
</Link>
</div>

<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ import styles from '@site/src/pages/index.module.css';

## Step 1: Download Advanced CLI Executables
---

<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/subspace/subspace/releases/download/gemini-3h-2024-may-15/subspace-node-macos-x86_64-gemini-3h-2024-may-15.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Intel CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/subspace/subspace/releases/download/gemini-3h-2024-may-15/subspace-farmer-macos-x86_64-gemini-3h-2024-may-15.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Intel CPU)</span>
</Link>
</div>

<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
Expand Down

0 comments on commit 0c1f373

Please sign in to comment.