Skip to content

Commit 2909bfb

Browse files
committed
Revert "Add copy-pastable build instructions"
This reverts commit 03a95ef. Sorry, you're not wrong, but I want to keep this repo as simple as possible which means not summarizing in this manner.
1 parent 5acd1c4 commit 2909bfb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ For other versions, check the git tags of this repository.
3737

3838
## Build Instructions
3939

40-
TL;DR:
41-
42-
```
43-
CMAKE_GENERATOR=Ninja ./build native-linux-gnu baseline
44-
./out/zig-x86_64-linux-gnu-baseline/zig version
45-
```
46-
47-
### UNIX Build Instructions
48-
4940
```
5041
./build <arch>-<os>-<abi> <mcpu>
5142
```
@@ -70,7 +61,7 @@ significantly affect how long it takes to build:
7061

7162
When it succeeds, output can be found in `out/zig-<triple>-<cpu>/`.
7263

73-
### Windows Build Instructions
64+
## Windows Build Instructions
7465

7566
Bootstrapping on Windows with MSVC is also possible via `build.bat`, which
7667
takes the same arguments as `build` above.

0 commit comments

Comments
 (0)