From 21e5c987170fe3950c54c0d00165597a4479c4f1 Mon Sep 17 00:00:00 2001 From: bspeice Date: Sat, 20 Oct 2018 13:13:30 -0400 Subject: [PATCH] Update readme.md Minor note that it can/should be installed with Cargo. --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index e7a9804..7850813 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,16 @@ documentation, so `runner` allows you to copy those snippets into an editor and directly run them (I bind 'run' for Rust projects to `runner ...` in my favourite editor.) +## Installation + +Runner is best installed from Cargo: + +``` +$ cargo install runner +``` + +## Usage + A special variable `args` is available containing any arguments passed to the program: ```