From 77672426b5ef7854040ad4e77a1394838a75aae6 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Wed, 17 Jun 2020 14:49:27 +0200 Subject: [PATCH] Update readme file --- sharepoint-file-uploader/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sharepoint-file-uploader/README.md b/sharepoint-file-uploader/README.md index 1d826e0..5222307 100644 --- a/sharepoint-file-uploader/README.md +++ b/sharepoint-file-uploader/README.md @@ -4,11 +4,11 @@ Upload a file to sharepoint ## Compile from source Install Golang and run `go build`. You can use the generated binary `sharepoint-upload`. -# Installation -## Binary (Linux) +## Installation +### Binary (Linux) Copy the binary `sharepoint-upload` and execute it. -## Usage +### Usage Set `SP_PASSWORD` environment variable. ```