-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory #2
Comments
Please download the executable file from https://github.com/piaolin/DetectDee/releases/latest. It is also recommended that run update after the download to to get the latest site data. ./DetectDee update |
I did/ and LICENSE README.md README_ZH.md cmd data.json go.mod go.sum main.go site.md t.json utils |
Please download the executable file from DetectDee_linux_amd64.zip or DetectDee_darwin_amd64.zip, not source code. |
Running Ubuntu |
still not working. root@fervent-merkle: DetectDee_darwin_amd64.zip 100%[========================================================================>] 3.12M --.-KB/s in 0.05s 2023-05-05 14:56:45 (63.1 MB/s) - 'DetectDee_darwin_amd64.zip' saved [3274691/3274691] root@fervent-merkle: |
Please run the following command: # Download DetectDee_linux_amd64.zip
wget https://github.com/piaolin/DetectDee/releases/download/v1.1.550/DetectDee_linux_amd64.zip
unzip -d DetectDee DetectDee_linux_amd64.zip
cd DetectDee
# run
chmod +x ./DetectDee
./DetectDee update
./DetectDee detect -n {username} |
Have this in directory
~/DetectDee# ls
LICENSE README.md README_ZH.md cmd data.json exit go.mod go.sum main.go site.md t.json utils
-rw-r--r-- 1 root root 11357 May 5 13:23 LICENSE
-rw-r--r-- 1 root root 2459 May 5 13:23 README.md
-rw-r--r-- 1 root root 2229 May 5 13:23 README_ZH.md
drwxr-xr-x 2 root root 4096 May 5 13:23 cmd
-rw-r--r-- 1 root root 58044 May 5 13:23 data.json
-rw-r--r-- 1 root root 0 May 5 13:38 exit
-rw-r--r-- 1 root root 454 May 5 13:26 go.mod
-rw-r--r-- 1 root root 3650 May 5 13:26 go.sum
-rw-r--r-- 1 root root 456 May 5 13:23 main.go
-rw-r--r-- 1 root root 9387 May 5 13:23 site.md
-rw-r--r-- 1 root root 720 May 5 13:23 t.json
drwxr-xr-x 2 root root 4096 May 5 13:23 utils
When I do ./DetectDee detect -n piaolin
I get
-bash: ./DetectDee: No such file or directory
The text was updated successfully, but these errors were encountered: