diff --git a/README.md b/README.md index 06367dc..c0f88aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # MISP-Dashboard An experimental dashboard showing live data and statistics from the ZMQ of one or more MISP instances. - # Installation - Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory - Update the configuration file ```config.cfg``` so that it matches your system @@ -38,8 +37,7 @@ OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin ``` # Starting the System - -/!\ You do not need to run it as root. Normal privileges are fine. +:warning: You do not need to run it as root. Normal privileges are fine. - Be sure to have a running redis server - e.g. ```redis-server --port 6250``` diff --git a/doc/DOC.md b/doc/internals.md similarity index 100% rename from doc/DOC.md rename to doc/internals.md