Update README.md

This commit is contained in:
tomaka 2014-10-29 20:38:54 +01:00
parent 089f47821c
commit 367d488ccd

View file

@ -10,8 +10,7 @@ Alternative to GLFW in pure Rust.
```bash
git clone https://github.com/tomaka/glutin
cd glutin
cargo test
./target/test/window # or target\test\window.exe
cargo run --example window
```
## Usage