Skip to content

Commit bc6ae10

Browse files
committed
Update README.md
1 parent 2092e6b commit bc6ae10

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,22 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
184184
**For x86**
185185
```sh
186186
cd /
187-
git clone https://github.com/mamedev/buildtools_x86.git .
187+
git clone https://github.com/mamedev/buildtools_x86.git build
188+
cd build
189+
mv * ..
190+
cd ..
191+
rm -r -f build
188192
exit
189193
```
190194

191195
**For x64**
192196
```sh
193197
cd /
194-
git clone https://github.com/mamedev/buildtools_x64.git .
198+
git clone https://github.com/mamedev/buildtools_x64.git build
199+
cd build
200+
mv * ..
201+
cd ..
202+
rm -r -f build
195203
exit
196204
```
197205

0 commit comments

Comments
 (0)