Skip to content

Commit 42a413a

Browse files
committed
Update setup page now that additional directory is not needed
1 parent 0fc2412 commit 42a413a

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

src/components/InstallSdk/index.tsx

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -165,26 +165,16 @@ function EOSSDKInstallWithDefault(props: { freeSdkVersion?: string }) {
165165
the following subdirectories and files should exist:
166166
<ul>
167167
<li>
168-
<code>OnlineSubsystemRedpointEOS</code>:{" "}
169-
<em>
170-
For now, if you are installing the Free Edition, you'll need
171-
to create this extra subdirectory and extract the ZIP inside
172-
it
173-
</em>
174-
<ul>
175-
<li>
176-
<code>OnlineSubsystemRedpointEOS.uplugin</code>
177-
</li>
178-
<li>
179-
<code>Config</code>
180-
</li>
181-
<li>
182-
<code>Resources</code>
183-
</li>
184-
<li>
185-
<code>Source</code>
186-
</li>
187-
</ul>
168+
<code>OnlineSubsystemRedpointEOS.uplugin</code>
169+
</li>
170+
<li>
171+
<code>Config</code>
172+
</li>
173+
<li>
174+
<code>Resources</code>
175+
</li>
176+
<li>
177+
<code>Source</code>
188178
</li>
189179
</ul>
190180
</li>

0 commit comments

Comments
 (0)