OpenSOC / opensoc-ui

User interface for OpenSOC
Apache License 2.0
100 stars 55 forks source link

Proper submodule commands need to be added for setup #14

Closed RyPeck closed 9 years ago

RyPeck commented 9 years ago

The Setup development environment and deployment instructions don't include instructions for initializing and updating the submodules (kibana).

I believe all that needs to be run is -

git submodule update --init --recursive

Or you could instruct users to clone the repo using the command -

git clone --recursive
rammie commented 9 years ago

Done. The README.md has been updated.