aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55de3fc..042ed63 100644
--- a/README.md
+++ b/README.md
@@ -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