From 1e068ebc55087fd951bb206f89c56bb5db120659 Mon Sep 17 00:00:00 2001 From: bm Date: Tue, 19 Jul 2022 21:20:15 -0400 Subject: [PATCH] #64 - guide on windows from microsd added --- src/data/guide.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/guide.js b/src/data/guide.js index 471f513..0e727a6 100644 --- a/src/data/guide.js +++ b/src/data/guide.js @@ -134,5 +134,13 @@ export const GUIDE_RESOURCES = [ "description": "This guide will get you started on how to use the Steam Deck's controls and how to customize layouts.", "badges": [ ] - } + }, + { + "title": "How to run Windows from MicroSD", + "link": "https://wagnerstechtalk.com/steamdeck/#Run_Windows_from_microSD", + "type": "link", + "description": "Guide on how to install Windows to a microSD card.", + "badges": [ + ] + }, ]