Description:
In the “Install DigiByte” section of the DigiAsset Core README, the download command is shown with wget repeated twice:
wget wget https://github.com/DigiByte-Core/digibyte/releases/download/v7.17.3/digibyte-7.17.3-x86_64-linux-gnu.tar.gz
This appears to be a simple typo.
The correct command should be:
wget https://github.com/DigiByte-Core/digibyte/releases/download/v7.17.3/digibyte-7.17.3-x86_64-linux-gnu.tar.gz
Impact:
New users following the guide may copy/paste the incorrect command and receive an error, causing confusion during installation.
Suggested Fix:
Remove the duplicated wget so the command is valid.

Description:
In the “Install DigiByte” section of the DigiAsset Core README, the download command is shown with wget repeated twice:
wget wget https://github.com/DigiByte-Core/digibyte/releases/download/v7.17.3/digibyte-7.17.3-x86_64-linux-gnu.tar.gz
This appears to be a simple typo.
The correct command should be:
wget https://github.com/DigiByte-Core/digibyte/releases/download/v7.17.3/digibyte-7.17.3-x86_64-linux-gnu.tar.gz
Impact:
New users following the guide may copy/paste the incorrect command and receive an error, causing confusion during installation.
Suggested Fix:
Remove the duplicated wget so the command is valid.