Skip to content

Commit 77caded

Browse files
committed
Fix the typo and update version info
1 parent 99ea81c commit 77caded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/ledger-nano.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Download and install Ledger Live: Go to the [Ledger Live download page](https://
99
<!-- markdown-link-check-disable -->
1010
### Step 2: Set Up Your Ledger Device
1111

12-
Initialize Your Ledger Device: If this is your first time using your Ledger, you will need to configure it. Follow the instructions to choose a PIN and securely write down the mnemonic seed phrase that appears. This seed is crucial for recovery and is compatible with D∂CL. Detailed instructions are available [here](https://support.ledger.com/hc/en-us/articles/4416927988625-Set-up-your-Ledger-Nano-S-Plus?docs=true).
12+
Initialize Your Ledger Device: If this is your first time using your Ledger, you will need to configure it. Follow the instructions to choose a PIN and securely write down the mnemonic seed phrase that appears. This seed is crucial for recovery and is compatible with DCL. Detailed instructions are available [here](https://support.ledger.com/hc/en-us/articles/4416927988625-Set-up-your-Ledger-Nano-S-Plus?docs=true).
1313

1414
### Step 3: Install the Cosmos (ATOM) app on your Ledger device
1515

docs/quickStartGuide.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Please refer to https://github.com/zigbee-alliance/distributed-compliance-ledger
99
=== DCL CLI setup
1010
These steps will configure `dcld` on Ubuntu platform.
1111

12-
==== GOLANG 1.3+
13-
Make sure you have goLang 1.3+ installed.
12+
==== GOLANG 1.20+
13+
Make sure you have goLang 1.20+ installed.
1414
Ubuntu
1515
https://khongwooilee.medium.com/how-to-update-the-go-version-6065f5c8c3ec
1616
MacOS
1717
https://www.jajaldoang.com/post/how-to-update-golang
1818

1919
==== Download Pre Compiled `dcld`
20-
A pre-built version of DCL for Ubuntu: https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/v0.12.0/dcld, so no need to clone the repo and run make at all.
20+
A pre-built version of DCL for Ubuntu can be found at: https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/{latest}/dcld, so there's no need to clone the repository and run 'make' at all. Ensure to replace {latest} with the latest version of dcld.
2121

2222
==== Download DCL Source Code from repo
2323
.DCL CLI Build

0 commit comments

Comments
 (0)