===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ksnip-1.7.3/README.md-55-In order to use AppImages, make them executable and start using it, no installation required.  
ksnip-1.7.3/README.md:56:`$ chmod a+x ksnip*.AppImage`  
ksnip-1.7.3/README.md:57:`$ ./ksnip*.AppImage`
ksnip-1.7.3/README.md-58-
##############################################
ksnip-1.7.3/README.md-62-Just install them via rpm and start using.  
ksnip-1.7.3/README.md:63:`$ rpm -Uvh ksnip*.rpm`  
ksnip-1.7.3/README.md:64:`$ ksnip`  
ksnip-1.7.3/README.md-65-
##############################################
ksnip-1.7.3/README.md-67-Just install them via dpkg and start using.  
ksnip-1.7.3/README.md:68:`$ sudo dpkg -i ksnip*.deb`  
ksnip-1.7.3/README.md:69:`$ ksnip`  
ksnip-1.7.3/README.md-70-
##############################################
ksnip-1.7.3/README.md-72-The usual installation for snaps, will install latest version:  
ksnip-1.7.3/README.md:73:`$ sudo snap install ksnip`  
ksnip-1.7.3/README.md-74-
ksnip-1.7.3/README.md-75-The continuous build version is also available as edge, in order to install it you need to provide the edge flag:  
ksnip-1.7.3/README.md:76:`$ sudo snap install ksnip --edge`  
ksnip-1.7.3/README.md-77-
ksnip-1.7.3/README.md-78-Snap startup time can be speed up and console output cleaned up from following error `Could not create AF_NETLINK socket (Permission denied)` by running following commands:  
ksnip-1.7.3/README.md:79:`$ snap connect ksnip:network-observe`  
ksnip-1.7.3/README.md:80:`$ snap connect ksnip:network-manager-observe`  
ksnip-1.7.3/README.md-81-
ksnip-1.7.3/README.md-82-If you need to save screenshots to a removable media, following additional connection is required:  
ksnip-1.7.3/README.md:83:`$ snap connect ksnip:removable-media`  
ksnip-1.7.3/README.md-84-
##############################################
ksnip-1.7.3/README.md-102-1. Get latest release from GitHub by cloning the repo:  
ksnip-1.7.3/README.md:103:    `$ git clone https://github.com/ksnip/ksnip`  
ksnip-1.7.3/README.md-104-2. Change to repo directory:  
ksnip-1.7.3/README.md:105:    `$ cd ksnip`  
ksnip-1.7.3/README.md-106-3. Make new build directory and enter it:  
ksnip-1.7.3/README.md:107:    `$ mkdir build && cd build`  
ksnip-1.7.3/README.md-108-4. Create the makefile and build the project:  
ksnip-1.7.3/README.md:109:    `$ cmake .. && make`  
ksnip-1.7.3/README.md-110-5. Now install the application, eventually you need to run it with sudo:  
ksnip-1.7.3/README.md:111:    `$ sudo make install`  
ksnip-1.7.3/README.md-112-6. Run the application:  
ksnip-1.7.3/README.md:113:    `$ ksnip`  
ksnip-1.7.3/README.md-114-