From 8de4c41bccc24ca04ac6b072269cb4c33d274524 Mon Sep 17 00:00:00 2001 From: Austin Harshberger Date: Tue, 8 Aug 2023 10:59:45 -0700 Subject: [PATCH] fixing leo download links at documentation/leo/01_installation.md --- documentation/leo/01_installation.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/documentation/leo/01_installation.md b/documentation/leo/01_installation.md index fa1c619fc6..530a965024 100644 --- a/documentation/leo/01_installation.md +++ b/documentation/leo/01_installation.md @@ -14,33 +14,21 @@ 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'} ]}> - + Install Leo for MacOS M1 - - - Install Leo for MacOS Intel - - - - Install Leo for Windows - - - - - Install Leo for Ubuntu + + + Browse all Leo releases here -#### Browse all Leo releases [**here**](https://github.com/AleoHQ/leo/releases). - ----- # Install From Source