-2

In the installation instructions for KnockPY it says:

nano knockpy/config.json <- set your virustotal API_KEY

I need to understand what exact is '<-' doing in this command.

JdeBP
  • 68,745

1 Answers1

4

This text was written by Gianni Amato. It is a comment saying what you should do when you open this file in an editor (i.e. you should configure API_KEY in the file). It should have been written:

nano knockpy/config.json # set your virustotal API_KEY
You might care to submit a bug report to the author so that other people are not confused by this in the future.
JdeBP
  • 68,745
Romeo Ninov
  • 17,484