From 19efe8b77a5b06eb9a1580c6c2159e072603f670 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 17:06:11 -0700 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1153cf0f..db6c0380 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ curl https://getcroc.schollz.com | bash Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.11+): ``` -go get github.com/schollz/croc +$ go get github.com/schollz/croc ``` @@ -48,7 +48,7 @@ go get github.com/schollz/croc To send a file, simply do: ``` -$ croc send file-or-folder +$ croc send [file(s)-or-folder] Sending 'file-or-folder' (X MB) Code is: code-phrase ``` @@ -67,7 +67,7 @@ The code phrase is used to establish password-authenticated key agreement ([PAKE You can send with your own code phrase (must be more than 4 characters). ``` -$ croc send --code [code-phrase] [filename] +$ croc send --code [code-phrase] [file(s)-or-folder] ```