Skip to content

Typo in README: wget command is duplicated in install instructions #24

Description

@DGBNOOB

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions