Skip to content

Commit

Permalink
remove details about using binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Nov 12, 2024
1 parent 3924df0 commit 325a457
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@ A standalone cli tool used to manage dependencies for services. It simplifies th

## Installation

Devservices should be installed through a virtualenv in the requirements.txt.
The recommended way to install devservices is through a virtualenv in the requirements.txt.

```
devservices==0.0.5
```

Alternatively, you can install the binary of the latest release:

```
PLATFORM=darwin # Options: darwin/linux
INSTALL_DIR="$HOME/.local/bin"
curl -L "https://github.com/getsentry/devservices/releases/download/0.0.5/devservices-$PLATFORM" -o "$INSTALL_DIR/devservices"
chmod +x "$INSTALL_DIR/devservices"
```

## Usage

Expand Down

0 comments on commit 325a457

Please sign in to comment.