I created a Linux executable file using pkg library (npm), what I'm trying to do is to include the path into $PATH var in order to be able to execute this file in any directory through the terminal as Node.js does
The steps to replicate what I'm looking for:
npm i -g pkgnpm pkg to get executable files$PATH variable to be able to run my .js file in any directory (stuck in this step)