From 47db4dc7e964e3e69dba31e6e99ae337daa0bad9 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 18 Mar 2019 17:09:03 +0100 Subject: [PATCH] Mention Docker alias in README --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e2e818d..02c9197 100644 --- a/README.md +++ b/README.md @@ -304,17 +304,15 @@ and use the command as you normally would. [ยป `timvisee/ffsend`][docker-hub-ffsend] ```bash -# Run container with no parameters +# Example usage docker run --rm -it -v $PWD:/data timvisee/ffsend - -# Upload a file docker run --rm -it -v $PWD:/data timvisee/ffsend upload my-file.txt - -# Download a file docker run --rm -it -v $PWD:/data timvisee/ffsend download https://send.firefox.com/#sample-share-url - -# View help docker run --rm -it -v $PWD:/data timvisee/ffsend help + +# Maybe create an alias +alias ffsend='docker run --rm -it -v "$(pwd):/data" timvisee/ffsend' +ffsend ``` ## Build