Skip to content

Commit b6732e7

Browse files
committed
Minor Windows tweaks to Running Locally
1 parent 8c81790 commit b6732e7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/getting-started/local.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,9 @@ To install Node-RED you can use the `npm` command that comes with node.js:
4747
sudo npm install -g --unsafe-perm node-red
4848
```
4949

50-
<div class="doc-callout">
51-
<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
52-
<img src="/images/logos/windows.svg" height="30">
53-
</div>
5450
If you are using Windows, do not start the command with <code>sudo</code>.
55-
</div>
5651

57-
This command will install Node-RED as a global module along with its dependencies.
52+
That command will install Node-RED as a global module along with its dependencies.
5853

5954
You can confirm it has succeeded if the end of the command output looks similar to:
6055

@@ -222,13 +217,7 @@ latest version with the following command:
222217
sudo npm install -g --unsafe-perm node-red
223218
```
224219

225-
<div class="doc-callout">
226-
<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
227-
<img src="/images/logos/windows.svg" height="30">
228-
</div>
229220
If you are using Windows, do not start the command with <code>sudo</code>.
230-
</div>
231-
232221

233222

234223

0 commit comments

Comments
 (0)