Skip to content

Commit

Permalink
GITBOOK-12: Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored and gitbook-bot committed Jun 12, 2024
1 parent 9c9016d commit 3d18876
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions documentation/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <release version>
```

3. Depending on your CPU model, you will want to export additional environment variables:
Expand Down Expand Up @@ -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 <release version>
```
3. Create the necessary environment variables to allow Curio to run on Arm architecture:

Expand Down Expand Up @@ -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 <release version>
```
3. Build and install Curio:

Expand Down

0 comments on commit 3d18876

Please sign in to comment.