Skip to content

Commit d030d9e

Browse files
authored
Adjust wording to comply with CONTRIBUTIONS.md
1 parent ff29515 commit d030d9e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/installation/guides/chroot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,16 @@ variable. A glibc installation, for example, would use:
9595
# REPO=https://repo-default.voidlinux.org/current
9696
```
9797

98-
**Note**
99-
100-
For aarch64 and other non-x86 architectures, you may need to use the
98+
Note that aarch64 and other non-x86 architectures may require an
10199
architecture-specific repository URL. For example:
102100

103101
```
104102
# REPO=https://repo-default.voidlinux.org/current/aarch64
105103
```
106104

107105
Ensure that the repository URL matches the target architecture being installed
108-
or else it might result in a install error.
106+
otherwise, the installation may fail due to missing repository metadata.
107+
109108

110109
XBPS also needs to know what architecture is being installed. Available options
111110
are `x86_64`, `x86_64-musl`, `i686`, `aarch64`, and `aarch64-musl`. For example:

0 commit comments

Comments
 (0)