...
Code Block | ||
---|---|---|
| ||
floodlight$ cd ~/floodlight
floodlight$ git pull origin master
floodlight$ git submodule init
floodlight$ git submodule update |
If you decide to pull down master, please make sure you also update the system to use Java 8 as described here.
...