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 directorypull/19/head
parent
960567c9b6
commit
31eeaba4bc
|
@ -78,6 +78,7 @@ For more information, "[Information Sharing and Taxonomies Practical Classi cati
|
||||||
~~~~shell
|
~~~~shell
|
||||||
$ cd /var/www/MISP/app/files/taxonomies/
|
$ cd /var/www/MISP/app/files/taxonomies/
|
||||||
$ mkdir privatetaxonomy
|
$ mkdir privatetaxonomy
|
||||||
|
$ cd privatetaxonomy
|
||||||
$ vi machinetag.json
|
$ vi machinetag.json
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue