Skip to content

Commit

Permalink
feat(readme): Update installation instructions (#134)
Browse files Browse the repository at this point in the history
* update installation in readme
  • Loading branch information
hubertdeng123 authored Nov 12, 2024
1 parent 39ab148 commit b718524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ A standalone cli tool used to manage dependencies for services. It simplifies th

## Installation

A system-wide installation can be done by downloading the binary of the latest release
The recommended way to install devservices is through a virtualenv in the requirements.txt.

```
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"
devservices==0.0.5
```


## Usage

devservices provides several commands to manage your services:
Expand Down
1 change: 0 additions & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ function replace() {

replace "version = \"$OLD_VERSION\"" "version = \"$NEW_VERSION\"" pyproject.toml
replace "devservices==$OLD_VERSION" "devservices==$NEW_VERSION" README.md
replace "devservices\/releases\/download\/$OLD_VERSION\/" "devservices\/releases\/download\/$NEW_VERSION\/" README.md

0 comments on commit b718524

Please sign in to comment.