Skip to content

Commit e9a1df9

Browse files
authored
Update readme.md
1 parent 02853a5 commit e9a1df9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ libglu1-mesa-dev alsa-base alsa-utils alsa-source libasound2-dev -y
4242

4343
### linux环境
4444
``` bash
45-
git clone git@github.com:tiansongyu/6502Emulator.git &&
46-
cd 6502Emulator &&
47-
mkdir build &&
48-
cd build &&
49-
cmake -DCMAKE_BUILD_TYPE=Release .. &&
45+
git clone git@github.com:tiansongyu/6502Emulator.git
46+
cd 6502Emulator
47+
mkdir build
48+
cd build
49+
cmake -DCMAKE_BUILD_TYPE=Release ..
5050
cd 6502/6502Emulator/
51-
make -j12 &&
51+
make -j12
5252
./6502Emulator
5353
```
5454
### Windows环境
5555
``` bash
56-
git clone git@github.com:tiansongyu/6502Emulator.git &&
57-
cd 6502Emulator &&
56+
git clone git@github.com:tiansongyu/6502Emulator.git
57+
cd 6502Emulator
5858
make_VS2019.bat
5959
```
6060

0 commit comments

Comments
 (0)