Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
## New features

- The dbgee command will now actively start a debugging session without your having to manipulate the VSCode.
  • Loading branch information
nullpo-head committed May 29, 2021
1 parent 77c225f commit c2a6c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ There are two components, `dbgee` command and the optional VSCode extension.
#### Linux

```shell
curl -L -O https://github.com/nullpo-head/dbgee/releases/download/cli-v0.2.0/dbgee-linux-x64.tar.gz
curl -L -O https://github.com/nullpo-head/dbgee/releases/download/cli-v0.3.0/dbgee-linux-x64.tar.gz
tar xvf dbgee-linux-x64.tar.gz
mv dbgee /usr/local/bin/ # Or anywhere in the PATH
```

#### macOS

```shell
curl -L -O https://github.com/nullpo-head/dbgee/releases/download/cli-v0.2.0/dbgee-darwin-x64.tar.gz
curl -L -O https://github.com/nullpo-head/dbgee/releases/download/cli-v0.3.0/dbgee-darwin-x64.tar.gz
tar xvf dbgee-darwin-x64.tar.gz
mv dbgee /usr/local/bin/ # Or anywhere in the PATH
```
Expand Down

0 comments on commit c2a6c5c

Please sign in to comment.