Skip to content

Commit 5fbdadc

Browse files
committed
add explainations to windows users
1 parent 79e3551 commit 5fbdadc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,7 @@ <h3 id="_a_real_world_example_of_using_code_bsb_code"><a class="anchor" href="#_
42024202
<p>Install peer dependencies</p>
42034203
</li>
42044204
<li>
4205-
<p>Run the build</p>
4205+
<p>On Windows, it would be <code>.\node_modules\.bin\bsb -clean-world -make-world -w</code></p>
42064206
</li>
42074207
</ol>
42084208
</div>

site/docsource/Build-system-support.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ npm install bs-platform <2>
261261
----------
262262
<1> Install the dependencies
263263
<2> Install peer dependencies
264-
<3> Run the build
264+
<3> On Windows, it would be `.\node_modules\.bin\bsb -clean-world -make-world -w`
265+
265266

266267
You can also change the `package-specs` to have another module format, for example, tweak your `bsconfig.json`:
267268
[source,js]

0 commit comments

Comments
 (0)