commit 9da4a8d0ddeb64ceabbbc736c2706954d2d606b7
parent 826db200ebe1e7f0b9fe36d8a9937a1de00fbbcc
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Thu, 17 Mar 2022 23:18:27 -0500
remove ampersand, since we now fork into background
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -15,7 +15,7 @@ in the following ways:
To copy data, just pipe it into `waycopy`, and optionally specify a seat and mimetype:
```
-$ echo "howdy" | waycopy -s seat0 -t text/plain &
+$ echo "howdy" | waycopy -s seat0 -t text/plain
```
(note that `waycopy` will fork into the background)