-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi. You've downloaded the correct file. The archives (zip, tar.gz) both contain the source code used for building the executable. Since you cannot find the file, it might be that you're running the command from a different folder.
pwd
ls -l If you see
More information about permissions
chmod +x deepcool-digital-linux
./deepcool-digital-linux |
Beta Was this translation helpful? Give feedback.
Hi. You've downloaded the correct file. The archives (zip, tar.gz) both contain the source code used for building the executable. Since you cannot find the file, it might be that you're running the command from a different folder.
If you're not yet familiar with the terminal:
pwd
If you see
x
, execution is enabled:More information about permissions
deepcool-digital-linux
, but without thex
, make it executable: