README: explain how to call it sed

This commit is contained in:
Sylvestre Ledru
2025-11-23 22:43:46 +01:00
parent c47f7c94fb
commit 380a0a74d6
+7
View File
@@ -38,6 +38,13 @@ cd sed
cargo build --release
cargo run --release
```
To call the binary `sed`, create a symlink like:
```bash
ln -s target/release/sedapp sed
```
## Extensions and incompatibilities
### Supported GNU extensions
* Command-line arguments can be specified in long (`--`) form.