Skip to content

Commit

Permalink
Merge pull request #204 from NovaT82/launchpad
Browse files Browse the repository at this point in the history
feat: update mining guide
  • Loading branch information
SWvheerden committed Feb 5, 2024
2 parents ff67847 + 5f3c85c commit 42e81a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions _data/launchpad_downloads.yml
Expand Up @@ -19,8 +19,7 @@
defaultActive: active
ctaText: Download for Ubuntu
filter_spec: ubuntu
archOptions:
[{ value: x86_64, label: x86_64 }, { value: arm64, label: arm64 }]
archOptions: [{ value: x86_64, label: x86_64 }]
networkOptions: [{ value: nextnet, label: Nextnet }]
- type: Mac
elementID: mac
Expand All @@ -43,7 +42,7 @@
ctaText: Download for Mac
filter_spec: osx-10.15
archOptions:
[{ value: x86_64, label: x86_64 }, { value: arm64, label: arm64 }]
[{ value: arm64, label: arm64 }, { value: x86_64, label: x86_64 }]
networkOptions: [{ value: nextnet, label: Nextnet }]
- type: Windows
elementID: windows
Expand Down
2 changes: 1 addition & 1 deletion downloads.html
Expand Up @@ -20,7 +20,7 @@ <h1>Downloads</h1>
</p>

</div>
<p>The Tari base node software is designed to be easy to set up and to run silently in the background. <a href="https://github.com/tari-project/tari/blob/development/README.md" target="_blank">Learn more about using the binaries</a>. Note: if your operating system does not currently have binary, you must compile from source.
<p>The Tari base node software is designed to be easy to set up and to run silently in the background. <a href="{{ site.baseurl }}/updates/2024-01-24-update-127" target="_blank">Learn more about using the binaries</a>. Note: if your operating system does not currently have binary, you must compile from source.
</p>
<div class="updates-banner">
<div class="d-flex">
Expand Down

0 comments on commit 42e81a2

Please sign in to comment.