corrected instructions

This commit is contained in:
Godmar Back 2021-12-06 14:41:26 -05:00
parent 8584da6a7f
commit 7d04db7bb3

View File

@ -23,9 +23,12 @@ Once you've made this addition, you can test the app as follows:
$ ssh -L 10000:localhost:yourport you@rlogin.cs.vt.edu
(2) Add node to your PATH:
(2) Make sure that ~cs3214/bin is in your PATH so you have access to node and npm
$ export PATH=/home/courses/cs3214/software/node-v8.11.1-linux-x64/bin:$PATH
```
$ which node
/home/courses/cs3214/bin/node
```
(3) Inside react-app, run