Skip to content

Commit a61adbb

Browse files
committed
README-RELEASE updates
1 parent 9916f94 commit a61adbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README-RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,22 +250,22 @@ The test results are available from
250250
Install the binaries on all supported platforms and check if they are
251251
functional.
252252

253-
For this, on each platform (Mac, GNU/Linux 64/32, Windows 64/32):
253+
For this, on each platform (Mac, GNU/Linux, Windows):
254254

255255
- download archive from
256-
[pre-releases](https://github.com/xpack-dev-tools/pre-releases/releases/tag/test);
257-
- unpack the archive in `Desktop` or in `Downloads`;
256+
[pre-releases](https://github.com/xpack-dev-tools/pre-releases/releases/tag/test)
257+
- unpack the archive in `Downloads`
258258
- on macOS it is necessary to remove the `com.apple.quarantine`
259259
attribute of archive and possibly the expanded folder:
260260

261261
```sh
262-
xattr -dr com.apple.quarantine xpack-riscv-none-elf-gcc-*
262+
xattr -dr com.apple.quarantine ~/Downloads/xpack-riscv-none-elf-gcc-*
263263
```
264264

265265
- rename the version
266266
folder, by replacing a dash with a space; this will test paths with spaces;
267-
on Windows the current paths always use spaces, so renaming is not needed;
268-
- clone this repo locally; on Windows use the Git console;
267+
on Windows the current paths always use spaces, so renaming is not needed
268+
- clone this repo locally; on Windows use the Git console
269269

270270
```sh
271271
rm -rf ${HOME}/Work/riscv-none-elf-gcc-xpack.git; \

0 commit comments

Comments
 (0)