===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
due-2.0.0/docs/GettingStarted.md-25-
due-2.0.0/docs/GettingStarted.md:26:`sudo /usr/sbin/usermod -a -G docker $(whoami)`
due-2.0.0/docs/GettingStarted.md-27-
##############################################
due-2.0.0/docs/GettingStarted.md-118->    `if [ ! -e /.dockerenv ];then`  
due-2.0.0/docs/GettingStarted.md:119:>    `        export PS1='\u@\h$:\$ '`  
due-2.0.0/docs/GettingStarted.md-120->    `fi`  
##############################################
due-2.0.0/docs/Troubleshooting.md-31-### Add yourself to the Docker group:  
due-2.0.0/docs/Troubleshooting.md:32:`sudo usermod -a -G docker $(whoami)`  
due-2.0.0/docs/Troubleshooting.md-33-