You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
- Improve capitalization in `install.md`
- Revise `try_sample_bundle.md` to a more formal written English
Tim
Signed-off-by: Tim_Tech_Dev <[email protected]>
Copy file name to clipboardExpand all lines: docs/getting_started/install.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ In order to download necessary tools and to install nodecg-io using the CLI you
9
9
You'll need the following tools:
10
10
11
11
-[Git](https://git-scm.com)
12
-
-[Node.JS](https://nodejs.org/en/) v12.0.0 or newer
13
-
-[Npm](https://www.npmjs.com/get-npm) 7.0.0 or newer
12
+
-[Node.js](https://nodejs.org/en/) v12.0.0 or newer
13
+
-[npm](https://www.npmjs.com/get-npm) 7.0.0 or newer
14
14
-[NodeCG](https://nodecg.dev/) 1.4.0 or newer (1.7.0 or higher recommended)
15
15
16
16
### Native Build Tools
@@ -60,7 +60,7 @@ _Note:_ If you are running on Linux, you may need to use `sudo` if your npm inst
60
60
61
61
## Install nodecg-io using the nodecg-io CLI
62
62
63
-
With the nodecg-io CLI installed you can run this command inside a nodecg installation to install nodecg-io:
63
+
With the nodecg-io CLI installed you can run this command inside a NodeCG installation to install nodecg-io:
64
64
65
65
```shell
66
66
nodecg-io install
@@ -83,7 +83,8 @@ If you want to every change your nodecg-io installation to add/remove a service
83
83
When starting NodeCG you should see that all nodecg-io related bundles should be loaded and that you can now access nodecg-io in your NodeCG dashboard.
84
84
85
85
There are many example bundles premade for most services, so you may take a
86
-
look at the [“Try an included sample”](../getting_started/try_example_bundle.md)-Guide.
86
+
look at the [“Try an included sample”](../getting_started/try_example_bundle.md)-Guide (It
87
+
will also tell you how to log in and how to use the GUI).
87
88
Or you could directly take a deep dive into our framework and either [create a new bundle](./create_new_bundle.md)
88
89
or [integrate an existing bundle](./existing_bundle.md). There are other bundles
89
90
using nodecg-io, witch you could try, so may take a look around GitHub or GitLab.
@@ -96,4 +97,4 @@ If you want to uninstall nodecg-io you can run the following command:
96
97
nodecg-io uninstall
97
98
```
98
99
99
-
This will remove the `nodecg-io` directory inside your nodecg installation and also will remove it from the loaded bundle paths in your nodecg configuration.
100
+
This will remove the `nodecg-io` directory inside your NodeCG installation and also will remove it from the loaded bundle paths in your NodeCG configuration.
0 commit comments