Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 05ec62c

Browse files
committed
Add note about pulling/updating patch versions and fix a typo
1 parent 3433e9b commit 05ec62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
In order to download necessary tools, and install nodecg-io using the cli you need network access.
5+
In order to download necessary tools and to install nodecg-io using the cli you need network access.
66

77
### Required Applications
88

@@ -61,7 +61,7 @@ _Note:_ If you are running on linux, you may need to use `sudo` if your npm inst
6161

6262
## Install nodecg-io using the nodecg-io cli
6363

64-
With the nodecg-io cli installed you can run this command inside a nodecg installation:
64+
With the nodecg-io cli installed you can run this command inside a nodecg installation to install nodecg-io:
6565

6666
```shell
6767
nodecg-io install
@@ -77,7 +77,7 @@ For starters we recommend using the latest non-development version.
7777

7878
nodecg-io will always be installed into a `nodecg-io/` directory inside your nodecg installation so that your bundles and all bundles from nodecg-io are separated. The cli will add this path to the loaded bundles in your nodecg configuration automatically, you don't need to worry about it.
7979

80-
If you want to every change your nodecg-io installation to add/remove a service or change the version, you can always re-run `nodecg-io install`. If a nodecg-io installation is found its options will be preselected in the prompt.
80+
If you want to every change your nodecg-io installation to add/remove a service or change the version, you can always re-run `nodecg-io install`. If a nodecg-io installation is found its options will be preselected in the prompt. Re-running `nodecg-io install` will also update all packages to the latest patch version, if you have a production installation, and pull the repository and rebuild, if you have a development installation.
8181

8282
## Start nodecg
8383

0 commit comments

Comments
 (0)