We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f40acb commit ec58ea3Copy full SHA for ec58ea3
README.md
@@ -20,13 +20,12 @@ And everyone's favourite:
20
21
## Usage
22
23
-- Grab the latest release from [releases](https://github.com/minhcrafters/ascii-rs/releases) (Windows-only for now).
24
-- Extract the archive and navigate to the root directory.
+- Grab the latest release from [releases](https://github.com/minhcrafters/ascii-rs/releases).
25
- Run in your terminal:
26
```bash
27
- ./ascii-rs(.exe) <path-to-video> # play the video
+ ./ascii-rs <path-to-video> # play the video
28
29
- ./ascii-rs(.exe) <path-to-video> --regenerate # force rebuild the ASCII cache
+ ./ascii-rs <path-to-video> --regenerate # force rebuild the ASCII cache
30
```
31
32
## Manual Installation
0 commit comments