Skip to content

Commit

Permalink
docs(readme): Add scoop install method (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Feb 6, 2023
1 parent 0b3d902 commit 6419865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Pre-built binaries are available for most architectures on [GitHub releases](htt
cargo install ttyper
```

### scoop

```bash
scoop install ttyper
```

## usage

For usage instructions, you can run `ttyper --help`:
Expand All @@ -34,7 +40,7 @@ USAGE:
ttyper [FLAGS] [OPTIONS] [contents]
FLAGS:
-d, --debug
-d, --debug
-h, --help Prints help information
--list-languages List installed languages
-V, --version Prints version information
Expand Down

0 comments on commit 6419865

Please sign in to comment.