From e3c241e613f6be612f9ce89c3034f6781487524b Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Sat, 15 Aug 2020 21:48:42 -0400 Subject: [PATCH] Show how to set env vars --- documentation/en/join-testnet.md | 2 +- documentation/en/mining-lotus-worker.md | 2 +- documentation/en/mining.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/en/join-testnet.md b/documentation/en/join-testnet.md index 6354911f2..78db5094a 100644 --- a/documentation/en/join-testnet.md +++ b/documentation/en/join-testnet.md @@ -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 diff --git a/documentation/en/mining-lotus-worker.md b/documentation/en/mining-lotus-worker.md index da9ab0997..81f119262 100644 --- a/documentation/en/mining-lotus-worker.md +++ b/documentation/en/mining-lotus-worker.md @@ -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 diff --git a/documentation/en/mining.md b/documentation/en/mining.md index 3ecdcc9e8..3a3bef956 100644 --- a/documentation/en/mining.md +++ b/documentation/en/mining.md @@ -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