Skip to content

Commit

Permalink
test: change the lotus version to see if the PR gets created
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaraperic committed Feb 12, 2025
1 parent 1f8da1d commit a16758e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/full-nodes/basic-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ To install Lotus on your computer, follow these steps:
2. Once you have downloaded the binary file, extract the contents to a directory of your choice. For example, if you are using Linux, you can extract the contents to the `/usr/local/bin directory` by running the command:

```sh
sudo tar -C /usr/local/bin -xzf lotus-1.31.1-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xzf lotus-1.31.0-linux-amd64.tar.gz
```

3. After extracting the contents, navigate to the `lotus` directory in your terminal. For example, if you extracted the contents to `/usr/local/bin`, you can navigate to the lotus directory by running the command:

```sh
cd /usr/local/bin/lotus-1.31.1
cd /usr/local/bin/lotus-1.31.0
```

4. Run the `lotus` binary file to start the Lotus daemon. You can do this by running the command:
Expand Down

0 comments on commit a16758e

Please sign in to comment.