Skip to content

Commit b718524

Browse files
feat(readme): Update installation instructions (#134)
* update installation in readme
1 parent 39ab148 commit b718524

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ A standalone cli tool used to manage dependencies for services. It simplifies th
88

99
## Installation
1010

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

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

17+
2018
## Usage
2119

2220
devservices provides several commands to manage your services:

scripts/bump-version.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ function replace() {
1515

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

0 commit comments

Comments
 (0)