File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,13 @@ A standalone cli tool used to manage dependencies for services. It simplifies th
8
8
9
9
## Installation
10
10
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.
12
12
13
13
```
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
18
15
```
19
16
17
+
20
18
## Usage
21
19
22
20
devservices provides several commands to manage your services:
Original file line number Diff line number Diff line change @@ -15,4 +15,3 @@ function replace() {
15
15
16
16
replace " version = \" $OLD_VERSION \" " " version = \" $NEW_VERSION \" " pyproject.toml
17
17
replace " devservices==$OLD_VERSION " " devservices==$NEW_VERSION " README.md
18
- replace " devservices\/releases\/download\/$OLD_VERSION \/" " devservices\/releases\/download\/$NEW_VERSION \/" README.md
You can’t perform that action at this time.
0 commit comments