Skip to content

Commit da185ad

Browse files
committed
READMEs updates
1 parent b44ce46 commit da185ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README-RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,16 @@ Before the real build, run a test build on the development machine (`wksi`)
120120
or the production machines (`xbbma`, `xbbmi`):
121121

122122
```sh
123-
sudo rm -rf ~/Work/qemu-riscv-*-*
123+
rm -rf ~/Work/qemu-riscv-*-*
124124

125125
caffeinate bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --macos
126126
```
127127

128128
Similarly on the Intel Linux (`xbbli`):
129129

130130
```sh
131+
sudo rm -rf ~/Work/qemu-riscv-*-*
132+
131133
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --linux64
132134

133135
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --win64

0 commit comments

Comments
 (0)