mirror of https://github.com/MISP/misp-book
chg: [doc] Be more explicit about path when creating private tax… (#168)
chg: [doc] Be more explicit about path when creating private taxonomy…pull/170/head
commit
46123c6b98
|
@ -134,6 +134,7 @@ For more information, "[Information Sharing and Taxonomies Practical Classificat
|
|||
~~~~ shell
|
||||
$ cd /var/www/MISP/app/files/taxonomies/
|
||||
$ mkdir privatetaxonomy
|
||||
$ cd privatetaxonomy
|
||||
$ vi machinetag.json
|
||||
~~~~
|
||||
|
||||
|
@ -142,6 +143,7 @@ Create a JSON file describing your taxonomy as triple tags.
|
|||
~~~~ shell
|
||||
For example :
|
||||
mkdir sample
|
||||
cd sample
|
||||
vim machinetag.json
|
||||
~~~~
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue