Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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.

...