Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down