Skip to content

Commit

Permalink
Merge pull request #258 from AleoHQ/fix/leo_download_links
Browse files Browse the repository at this point in the history
fixing leo download links at documentation/leo/01_installation.md
  • Loading branch information
a h authored Aug 8, 2023
2 parents 697b354 + ec8b230 commit aadedc6
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions documentation/leo/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,20 @@ Download the latest Leo release using a pre-built installer for your platform, a
defaultValue="mac"
values={[
{label: 'MacOS', value: 'mac'},
{label: 'Windows', value: 'windows'},
{label: 'Ubuntu', value: 'ubuntu'},
{label: 'All other platforms', value: 'all_releases'}
]}>
<TabItem value="mac">
<a href="https://github.com/AleoHQ/leo/releases/download/v1.9.0/leo-v1.9.0-aarch64-apple-darwin.zip">
<a href="https://github.com/AleoHQ/leo/releases/latest/download/leo.zip">
<b>Install Leo for MacOS M1</b>
</a>
</TabItem>
<TabItem value="mac">
<a href="https://github.com/AleoHQ/leo/releases/download/v1.9.0/leo-v1.9.0-x86_64-apple-darwin.zip">
<b>Install Leo for MacOS Intel</b>
</a>
</TabItem>
<TabItem value="windows">
<a href="https://github.com/AleoHQ/leo/releases/download/v1.9.0/leo-v1.9.0-x86_64-pc-windows-msvc.zip">
<b>Install Leo for Windows</b>
</a>
</TabItem>
<TabItem value="ubuntu">
<a href="https://github.com/AleoHQ/leo/releases/download/v1.9.0/leo-v1.9.0-x86_64-unknown-linux-gnu.zip">
<b>Install Leo for Ubuntu</b>
<TabItem value="all_releases">
<a href="https://github.com/AleoHQ/leo/releases">
<b>Browse all Leo releases here</b>
</a>
</TabItem>
</Tabs>

#### Browse all Leo releases [**here**](https://github.com/AleoHQ/leo/releases).

-----

# Install From Source
Expand Down Expand Up @@ -92,4 +79,4 @@ If you do not see your favorite editor on this list, please reach out on [GitHub

1. [Visual Studio Code](06_tooling.md#vs-code)
2. [Sublime Text](06_tooling.md#sublime-text)
3. [Intellij](06_tooling.md#intellij)
3. [Intellij](06_tooling.md#intellij)

0 comments on commit aadedc6

Please sign in to comment.