Update cleanup instructions

pull/840/head
Tom Parker-Shemilt 4 years ago
parent e6520cbac0
commit d649b575a7

2
.gitignore vendored

@ -1,7 +1,5 @@
.idea/
Cargo.lock
target/
cleanup
cleanup.exe
ab-results*.json
results.yaml

@ -1,5 +1,5 @@
// Cleans up `README.md`
// Usage: rustc cleanup.rs && ./cleanup
// Usage: cargo run --bin cleanup
use std::fs;
use std::fs::File;

Loading…
Cancel
Save