Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contents/linux/introduction.tw2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ right exectuable matching your process architecture.

---

## Do you know your process architecture (32-bit vs 64-bit vs ARM)?
## Do you know your process architecture (x86 (32-bit) vs x86_64 vs ARM)?

- [[Yes->Linux tarball]]
- [[No->Linux architecture]]
3 changes: 1 addition & 2 deletions contents/linux/tarball.tw2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

## Download the archive

If you know your process architecture (32-bit vs 64-bit vs
ARM), download the appropriate archive from the
If you know your process architecture (x86 (32-bit) vs x86_64 vs ARM), download the appropriate archive from the
<a href="https://github.com/exercism/cli/releases/latest" target="_blank">releases page</a>.


Expand Down