Skip to content

Commit dd5ec53

Browse files
committed
Update command on website
1 parent 8bf4843 commit dd5ec53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

emulationstation/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414

15-
<title>Emulation Station configured for Windows 10 | Francommits Blog</title>
15+
<title>Emulation Station configured for Windows 10/11 | Francommits Blog</title>
1616

1717

1818

@@ -103,13 +103,13 @@
103103
<div class="container">
104104
<article class="post-wrap page">
105105

106-
<h2 class="post-title">Emulation Station configured for Windows 10</h2>
106+
<h2 class="post-title">Emulation Station configured for Windows 10/11</h2>
107107

108108
<section class="post-content">
109-
<p>An auto-installer to set up Emulation Station correctly on a 64 bit version of Windows 10.</p>
109+
<p>An auto-installer to set up Emulation Station correctly on a 64-bit version of Windows 10/11.</p>
110110
<p>Run a single Powershell script, throw your roms to the correct directory and enjoy!</p>
111111
<h2 id="Steps"><a href="#Steps" class="headerlink" title="Steps"></a>Steps</h2><p>Run the following one-liner in Powershell as admin;</p>
112-
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Set-ExecutionPolicy Bypass -Scope Process -Force;[Net.ServicePointManager]::SecurityProtocol &#x3D; [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest &quot;https:&#x2F;&#x2F;github.com&#x2F;Francommit&#x2F;win10_emulation_station&#x2F;archive&#x2F;1.0.zip&quot; -OutFile &quot;emulationStation.zip&quot;;Expand-Archive .\emulationStation.zip;cd .\emulationStation; cd .\win*;.\prepare.ps1</span><br></pre></td></tr></table></figure>
112+
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">if (-Not (Test-Path C:\temp\es-setup)) &#123; mkdir C:\temp\es-setup &#125;; Set-Location C:\temp\es-setup\;Set-ExecutionPolicy Bypass -Scope Process -Force;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest &quot;https://github.com/Francommit/win10_emulation_station/archive/1.2.5.zip&quot; -OutFile &quot;emulationStation.zip&quot;;Expand-Archive .\emulationStation.zip;cd .\emulationStation; cd .\win*;.\prepare.ps1</span><br></pre></td></tr></table></figure>
113113

114114
<p>Installation GIF:<br><img src="https://github.com/Francommit/github_gif_dump/blob/master/installation-instructions.gif?raw=true" alt="alt text"></p>
115115

0 commit comments

Comments
 (0)