fix missing step in command line example

command line example starting on line 76 missed a step, and if followed, results in the machinetag.json file being created in the wrong directory
pull/19/head
Steven Siebert 2016-05-05 17:36:44 -04:00
parent 960567c9b6
commit 31eeaba4bc
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ For more information, "[Information Sharing and Taxonomies Practical Classi cati
~~~~shell
$ cd /var/www/MISP/app/files/taxonomies/
$ mkdir privatetaxonomy
$ cd privatetaxonomy
$ vi machinetag.json
~~~~