authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-01-23 22:56:03-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-01-23 22:56:03-05:00
logad2527d47af6b6f22e0e9d127417a30c50b69c35
treed35a9d987300d6711b1bc32590dca92818bd1953
parentc2838f24429d00debf43493c48caf739f57db023

clean up readme


1 files changed, 0 insertions(+), 10 deletions(-)

README.md-10
...@@ -5,8 +5,6 @@ clarity....@@ -5,8 +5,6 @@ clarity.
55
6[ziglang.org](http://ziglang.org)6[ziglang.org](http://ziglang.org)
77
8[Documentation](http://ziglang.org/documentation/master/)
9
10## Feature Highlights8## Feature Highlights
119
12 * Small, simple language. Focus on debugging your application rather than10 * Small, simple language. Focus on debugging your application rather than
...@@ -200,11 +198,3 @@ This is the actual compiler binary that we will install to the system....@@ -200,11 +198,3 @@ This is the actual compiler binary that we will install to the system.
200```198```
201./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast199./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast
202```200```
203
204### Related Projects
205
206 * [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
207 * [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files
208 * [vscode-zig](https://github.com/zig-lang/vscode-zig) - Visual Studio Code extension
209 * [zig-compiler-completions](https://github.com/tiehuis/zig-compiler-completions) - bash and zsh completions for the zig compiler
210 * [NppExtension](https://github.com/ice1000/NppExtension) - Notepad++ syntax highlighting