Matthieu Lapeyre commited on
Commit
d3b8657
·
1 Parent(s): 1b9df1d

Update Getting Started page with new download options

Browse files

Revised the desktop app section to clarify macOS availability and added a separate button linking to Windows/Linux installation instructions. Updated button labels for clarity and improved user guidance.

Files changed (1) hide show
  1. src/pages/GettingStarted.jsx +13 -14
src/pages/GettingStarted.jsx CHANGED
@@ -320,27 +320,26 @@ export default function GettingStarted() {
320
  The desktop app includes everything you need to control your Lite version.
321
  </Typography>
322
  <Typography variant="caption" sx={{ display: 'block', mb: 2, color: 'warning.main' }}>
323
- 🍎 Currently available for macOS only. Windows & Linux coming soon!
324
- <br />
325
- In the meantime, check the{' '}
326
- <Link
327
- href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/readme.md#-installation-of-the-daemon-and-python-sdk"
328
- target="_blank"
329
- rel="noopener noreferrer"
330
- sx={{ color: 'inherit' }}
331
- >
332
- Documentation
333
- </Link>{' '}
334
- to install Reachy Mini software on your machine.
335
  </Typography>
336
  <Button
337
  variant="contained"
338
  component={RouterLink}
339
  to="/download"
340
- startIcon={<DownloadIcon />}
341
  >
342
- Download App
343
  </Button>
 
 
 
 
 
 
 
 
 
 
344
  </StepContent>
345
  </Step>
346
  <Step active completed={false}>
 
320
  The desktop app includes everything you need to control your Lite version.
321
  </Typography>
322
  <Typography variant="caption" sx={{ display: 'block', mb: 2, color: 'warning.main' }}>
323
+ Desktop App currently availables for macOS only. Windows & Linux coming soon!
 
 
 
 
 
 
 
 
 
 
 
324
  </Typography>
325
  <Button
326
  variant="contained"
327
  component={RouterLink}
328
  to="/download"
329
+ startIcon={<DownloadIcon/>}
330
  >
331
+ Download MacOS APP
332
  </Button>
333
+
334
+ <Button
335
+ variant="outlined"
336
+ component={RouterLink}
337
+ to="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/readme.md#-installation-of-the-daemon-and-python-sdk"
338
+ startIcon={<OpenInNewIcon/>}
339
+ >
340
+ Windows/Linux Installation
341
+ </Button>
342
+
343
  </StepContent>
344
  </Step>
345
  <Step active completed={false}>