Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskr committed May 19, 2018
1 parent 4efdc11 commit c09d8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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}
~~~

Expand Down

0 comments on commit c09d8f0

Please sign in to comment.