Update README.md

This commit is contained in:
tomaka 2014-09-07 20:28:43 +02:00
parent d870fa7ffa
commit c0c43f4138

View file

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