From 3d18876b0f56da70a884fe9da84c5ba706dc57d9 Mon Sep 17 00:00:00 2001 From: Mayank Pandey Date: Wed, 12 Jun 2024 21:04:12 +0000 Subject: [PATCH] GITBOOK-12: Fix installation instructions --- documentation/en/installation.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/en/installation.md b/documentation/en/installation.md index 39603e58..9b2b31f2 100644 --- a/documentation/en/installation.md +++ b/documentation/en/installation.md @@ -130,14 +130,14 @@ Once all the dependencies are installed, you can build and install Curio. 1. Clone the repository: ```shell -git clone https://github.com/filecoin-project/lotus.git -cd lotus/ +git clone https://github.com/filecoin-project/curio.git +cd curio/ ``` 2. Switch to the latest stable release branch: ```shell -git checkout master +git checkout ``` 3. Depending on your CPU model, you will want to export additional environment variables: @@ -271,13 +271,13 @@ The installation instructions are different depending on which CPU is in your Ma 1. Clone the repository: ```shell - git clone https://github.com/filecoin-project/lotus.git - cd lotus/ + git clone https://github.com/filecoin-project/curio.git + cd curio/ ``` 2. Switch to the latest stable release branch: ```shell - git checkout master + git checkout ``` 3. Create the necessary environment variables to allow Curio to run on Arm architecture: @@ -312,13 +312,13 @@ The installation instructions are different depending on which CPU is in your Ma 1. Clone the repository: ```shell - git clone https://github.com/filecoin-project/lotus.git - cd lotus/ + git clone https://github.com/filecoin-project/curio.git + cd curio/ ``` 2. Switch to the latest stable release branch: ```shell - git checkout master + git checkout ``` 3. Build and install Curio: