diff --git a/content/en/lotus/developers/local-network.md b/content/en/lotus/developers/local-network.md index dc36e31d..412c3eff 100644 --- a/content/en/lotus/developers/local-network.md +++ b/content/en/lotus/developers/local-network.md @@ -70,13 +70,7 @@ Filecoin local networks use slightly different binaries than those used in the F git checkout ``` - {{< alert >}} - The `releases` branch has been deprecated. To get the latest version:\ - Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1` - Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\ - If you need a specific release, specify a specific . For example: git checkout v1.28.1.\ - Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy) - {{< /alert >}} + The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives). 1. Remove any existing repositories. diff --git a/content/en/lotus/install/linux.md b/content/en/lotus/install/linux.md index 7727ef77..369f3718 100644 --- a/content/en/lotus/install/linux.md +++ b/content/en/lotus/install/linux.md @@ -170,13 +170,7 @@ Once all the dependencies are installed, you can build and install Lotus. git checkout $LATEST_RELEASE ``` - {{< alert >}} - The `releases` branch has been deprecated. To get the latest version:\ - Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1` - Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\ - If you need a specific release, specify a specific . For example: git checkout v1.28.1.\ - Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy) - {{< /alert >}} + The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives). 1. If you are in China, see "[Lotus: tips when running in China]({{< relref "" >}})". diff --git a/content/en/lotus/install/macos.md b/content/en/lotus/install/macos.md index 9dfc52b1..5101762f 100644 --- a/content/en/lotus/install/macos.md +++ b/content/en/lotus/install/macos.md @@ -119,13 +119,7 @@ The installation instructions are different depending on which CPU is in your Ma git checkout $LATEST_RELEASE ``` - {{< alert >}} - The `releases` branch has been deprecated. To get the latest version:\ - Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1` - Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\ - If you need a specific release, specify a specific . For example: git checkout v1.28.1.\ - Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy) - {{< /alert >}} + The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives). 1. Create the necessary environment variables to allow Lotus to run on M1 architecture: @@ -170,13 +164,7 @@ These instructions are for installing Lotus on an Intel Mac. If you have an M1-b git checkout $LATEST_RELEASE ``` - {{< alert >}} - The `releases` branch has been deprecated. To get the latest version:\ - Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1` - Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\ - If you need a specific release, specify a specific . For example: git checkout v1.28.1.\ - Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy) - {{< /alert >}} + The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives). 1. If you are in China, take a look at some [tips for running Lotus in China]({{< relref "../../kb/nodes-in-china/" >}})".