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
Copy file name to clipboardExpand all lines: PREREQUISITES.md
+6
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ In order to follow-along with the exercises in this tutorial you will need
5
5
to install some applications and tooling. Installation can take a while so
6
6
please try to make sure everything is installed before the session.
7
7
8
+
**Clarification:** You may have seen instructions telling you have Node.js installed on your system. If you use Option 1, Node.js will be included on the
9
+
VM so you don't need it on your host system.
10
+
8
11
Option 1: Vagrant + VirtualBox (recommended)
9
12
-------------------------------------------
10
13
@@ -49,6 +52,9 @@ See [VM.md](VM.md) for more usage information.
49
52
Option 2: Manual Installation
50
53
-----------------------------
51
54
55
+
*Only use this option if you're comfortable troubleshooting problems on your
56
+
own. We will not be able to offer much help with self-installed tools.*
57
+
52
58
If you prefer to install all the tools into your own development environment,
0 commit comments