Skip to content

Commit

Permalink
README: remove hardcoded version ref in install
Browse files Browse the repository at this point in the history
This resolves #6.
  • Loading branch information
haatveit committed Feb 4, 2022
1 parent a48c4ed commit cf143a8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

Wrapper for s3cmd, for the TSD API

# Install
## Installation

Navigate to <https://github.com/unioslo/tsd-s3cmd/releases/latest>, 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 <source code URL you copied above>
```

# Usage
## Usage

To use the TSD s3 API, use `tsd-s3cmd`:

```bash
tacl --register
tsd-s3cmd --register
tsd-s3cmd --guide
tsd-s3cmd --help
```

0 comments on commit cf143a8

Please sign in to comment.