Merge pull request #3083 from filecoin-project/asr/docs
Show how to set env vars
This commit is contained in:
commit
290011166f
@ -9,7 +9,7 @@ Anyone can set up a **Lotus Node** and connect to the **Lotus Testnet**. This is
|
||||
If you are trying to use `lotus` from China. You should set this **environment variable** on your machine:
|
||||
|
||||
```sh
|
||||
IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
export IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
```
|
||||
|
||||
## Get started
|
||||
|
@ -7,7 +7,7 @@ The **Lotus Worker** is an extra process that can offload heavy processing tasks
|
||||
If you are trying to use `lotus-worker` from China. You should set this **environment variable** on your machine:
|
||||
|
||||
```sh
|
||||
IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
export IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
```
|
||||
|
||||
## Get Started
|
||||
|
@ -9,7 +9,7 @@ It is useful to [join the Testnet](https://docs.lotu.sh/en+join-testnet) prior t
|
||||
If you are trying to use `lotus-miner` from China. You should set this **environment variable** on your machine.
|
||||
|
||||
```sh
|
||||
IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
export IPFS_GATEWAY="https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/"
|
||||
```
|
||||
|
||||
## Get started
|
||||
|
Loading…
Reference in New Issue
Block a user