Skip to content

Commit bbb0bcd

Browse files
committed
Clarify node-red-admin
1 parent 65cd2db commit bbb0bcd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_posts/2020-06-30-version-1-1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $2b$08$sjxLvq8MmycyWJpxPLyweuw/WlYt1MX56eG5Q5nlyxJs2fASGm2jm
106106
The other commands let you list what nodes are installed, enable/disable them,
107107
install new ones or remove old ones. You can also search the flow library.
108108

109-
[more...](/docs/getting-started/local#command-line-usage)
109+
[more...](/docs/user-guide/node-red-admin)
110110

111111
### Overriding individual settings
112112

docs/user-guide/node-red-admin.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ instance.
1313
Since Node-RED 1.1.0, `node-red-admin` is now built into the `node-red` command -
1414
you do not need to install it separately.
1515

16-
To run it, you use `node-red admin` instead of `node-red-admin`.
16+
To use the version included with `node-red`, use the command `node-red admin`.
17+
18+
If you install it separately, you would use the command `node-red-admin`.
1719

1820

1921
### Installation
2022

21-
Install this globally to make the `node-red-admin` command available on
22-
your path:
23+
If you want to install `node-red-admin` separately, you can install it as a global
24+
module with:
2325

2426
npm install -g --unsafe-perm node-red-admin
2527

0 commit comments

Comments
 (0)