summaryrefslogtreecommitdiff
path: root/doc/openOCD.md
diff options
context:
space:
mode:
authorEli Weiss <eliwss0@gmail.com>2021-12-05 10:41:01 -0600
committerJF <JF002@users.noreply.github.com>2021-12-30 20:57:26 +0100
commit97668c775bb5e501b32fce2fc92f4a5995aec1b1 (patch)
treec6547322c9387b83e7058b82b30c22fae0447b74 /doc/openOCD.md
parent90352af626cc0087143e824f62f5dcee9f58f29c (diff)
Improved "Getting Started" readability
Clarified ambiguous references, clarified phrasing
Diffstat (limited to 'doc/openOCD.md')
-rw-r--r--doc/openOCD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openOCD.md b/doc/openOCD.md
index a7386e34..df24b30b 100644
--- a/doc/openOCD.md
+++ b/doc/openOCD.md
@@ -6,7 +6,7 @@ OpenOCD supports the **NRF52** (the CPU of the PineTime) and the **STLinkV2**, a
OpenOCD works on X86 computers, ARM/ARM64 computers, and SBCs (like the RaspberryPi and Pine64 Pinebook Pro)!
## Installation
-We will build OpenOCD from sources, as packages from Linux distributions are often outdated and do not support the NRF52 correctly.
+We will build OpenOCD from sources, as packages from Linux distributions are most of the time outdated and do not support the NRF52 properly.
- Fetch the sources from GIT, and build and install it: