Skip to content

Commit a25b5c1

Browse files
committed
Remarks fixed.
1 parent 392d1b0 commit a25b5c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/howto/build-linux.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Build commands:
2828
------
2929
```
3030
cd xray-16
31-
git submodule update --init --recursive
32-
mkdir build
33-
cd build
31+
mkdir bin
32+
cd bin
3433
cmake ..
3534
make -jX # where X is the number of cores in your system
3635
```

0 commit comments

Comments
 (0)