File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -250,22 +250,22 @@ The test results are available from
250250Install the binaries on all supported platforms and check if they are
251251functional.
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
271271rm -rf ${HOME} /Work/riscv-none-elf-gcc-xpack.git; \
You can’t perform that action at this time.
0 commit comments