update usage

This commit is contained in:
2026-05-31 12:23:20 +02:00
parent f89538c594
commit 707244c2ec
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,6 @@
A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
![Visual demonstration](nms.gif)
Rewrite from https://github.com/bartobri/no-more-secrets in rust.
## Usage
@@ -14,6 +12,8 @@ Take stdin as input and send on stdout. Example with command `ls -list`:
ls -list | nms
```
![](nms.gif)
## Installation
Make sure you have rust installed: https://rust-lang.org/tools/install/