Skip to content

Commit

Permalink
Merge pull request #776 from filecoin-project/phi/correct-link
Browse files Browse the repository at this point in the history
chore: correct link in binary wget
  • Loading branch information
rjan90 authored Dec 11, 2024
2 parents 0db3661 + 3c0cf33 commit f196934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/lotus/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.
1. Download the latest Linux bundle from the [Lotus GitHub releases page](https://github.com/filecoin-project/lotus/releases/latest):

```shell
wget https://github.com/filecoin-project/lotus/releases/download/v{{< version >}}/lotus_v{{< version >}}_linux_amd64.tar.gz
wget https://github.com/filecoin-project/lotus/releases/download/v{{< version >}}/lotus_v{{< version >}}_linux_amd64_V1.tar.gz
```

2. Extract tar -xvf archive.tar.gz executable:
Expand Down

0 comments on commit f196934

Please sign in to comment.