Skip to content

Commit

Permalink
Trying a new upload strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdon committed May 21, 2021
1 parent eddb825 commit 6234e3c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
`sleuth-client` connects your git repository to [Sleuth](https://sleuth.io). It collects deployment information
from your local git repository and publishes it to Sleuth.

Sleuth Client is available to install in binary form on Linux (macOS and Windows coming soon) or any other system
that supports Python 3.8.
Sleuth Client is available to install in binary form on Linux and macOS or any other
system that supports Python 3.8.

## Documentation

Expand All @@ -26,6 +26,15 @@ wget https://github.com/sleuth-io/sleuth-client/releases/latest/download/sleuth
chmod 755 sleuth
```

### MacOS

The latest release can be downloaded directly via:

```
wget https://github.com/sleuth-io/sleuth-client/releases/latest/download/sleuth-macOS
chmod 755 sleuth-macOS
```

### Other platforms

TODO
Expand Down

0 comments on commit 6234e3c

Please sign in to comment.