Skip to content

Commit 6ef342a

Browse files
committed
test: lower the version to check update
1 parent e97a14b commit 6ef342a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodes/full-nodes/basic-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To install Lotus on your computer, follow these steps:
1212
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:
1313

1414
```sh
15-
sudo tar -C /usr/local/bin -xzf lotus-1.31.1-linux-amd64.tar.gz
15+
sudo tar -C /usr/local/bin -xzf lotus-1.30.1-linux-amd64.tar.gz
1616
```
1717

1818
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:
1919

2020
```sh
21-
cd /usr/local/bin/lotus-1.31.1
21+
cd /usr/local/bin/lotus-1.30.1
2222
```
2323

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

0 commit comments

Comments
 (0)