clean up readme

This commit is contained in:
Andrew Kelley 2018-01-23 22:56:03 -05:00
parent c2838f2442
commit ad2527d47a

View file

@ -5,8 +5,6 @@ clarity.
[ziglang.org](http://ziglang.org)
[Documentation](http://ziglang.org/documentation/master/)
## Feature Highlights
* 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.
```
./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast
```
### Related Projects
* [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
* [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files
* [vscode-zig](https://github.com/zig-lang/vscode-zig) - Visual Studio Code extension
* [zig-compiler-completions](https://github.com/tiehuis/zig-compiler-completions) - bash and zsh completions for the zig compiler
* [NppExtension](https://github.com/ice1000/NppExtension) - Notepad++ syntax highlighting