From cf143a89df231b6aca29476c9ee720f7bb35526e Mon Sep 17 00:00:00 2001 From: Eirik Haatveit Date: Fri, 4 Feb 2022 07:27:45 +0000 Subject: [PATCH] README: remove hardcoded version ref in install This resolves #6. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c3b192..78d196b 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,22 @@ Wrapper for s3cmd, for the TSD API -# Install +## Installation + +Navigate to , copy the +link to either one of the *Source code* archives listed under *Assets* there, +and run the following command: ```bash -pip3 install https://github.com/unioslo/tsd-s3cmd/archive/v0.1.1.zip +pip3 install ``` -# Usage +## Usage To use the TSD s3 API, use `tsd-s3cmd`: ```bash -tacl --register +tsd-s3cmd --register tsd-s3cmd --guide tsd-s3cmd --help ```