From c09d8f054aa12357a61ea9caf41b5cf5b62fc727 Mon Sep 17 00:00:00 2001 From: taskr Date: Sat, 19 May 2018 11:29:31 -0400 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eb4851..c3cc4c4 100644 --- a/README.md +++ b/README.md @@ -216,13 +216,13 @@ Yara rule files can be ingested automatically using the following command line U - UploadDirectory: This command will recursively traverse specified directories and process all yara rule files present. If the folder_as option is used, the field specified will be replaced with the folder name that the file is located in. Please note that the folder name will be 'forced' and therefore added to the groups options even if it did not previously exist. ~~~ - source .pyenv/bin/activate + pipenv shell python manage.py UploadDirectory {DIRECTORIES} --source={SOURCE} --category={CATEGORY} --user={USER} --group={GROUP} --folder_as={source|category} ~~~ - UploadMasterFile: This command will process a master file and its associated imports ~~~ - source .pyenv/bin/activate + pipenv shell python manage.py UploadMasterFile {MASTERFILES} --source={SOURCE} --category={CATEGORY} --user={USER} --group={GROUP} ~~~