Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paololazzari committed Oct 11, 2023
1 parent 24acdbf commit 46b8337
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ $ go build -o /usr/local/bin/

N.B. The program must be installed on your machine.

The input is evaluated immediately as you type without any validation.
If you want to use `play` in read-only mode, thus avoding any file changes (such as those that would result if, for instance, `sed -i` was used), then you can use a docker container:

```bash
$ docker run --rm -it -v "$(pwd)":/play:ro plazzari/play:latest <program>
```


## Key bindings

| Component | Key | Description |
Expand Down

0 comments on commit 46b8337

Please sign in to comment.