Add "try it!" to README

This commit is contained in:
tomaka 2014-07-28 11:45:59 +02:00
parent 1f0999e6a0
commit 07a53af952

View file

@ -2,6 +2,15 @@
Alternative to GLFW in pure Rust.
## Try it!
```
git clone https://github.com/tomaka/gl-init-rs
cd gl-init-rs
cargo test
./target/test/window // or target\test\window.exe
```
## Usage
```rust