From 4f5fe8d9bdd7178f81c854c23087ba25588a4b90 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 5 Apr 2018 09:49:12 +0200 Subject: [PATCH] - some formatting updates --- README.md | 4 +--- doc/{DOC.md => internals.md} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename doc/{DOC.md => internals.md} (100%) 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