Skip to content

docs: fix path for go install #267

@ethandcosta

Description

@ethandcosta

Currently, the README says to download spread using
go install github.com/canonical/spread/cmd/spread@latest

This is no longer accurate because the module name in go.mod is snapcore/spread, hence the correct go install command is
go install github.com/snapcore/spread/cmd/spread@latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions