fix: update source installation instructions

This commit is contained in:
Harsh Shandilya 2022-12-08 12:36:17 +00:00
parent cea1e38710
commit 343c263f23
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ Run `cargo install --locked adx` on a terminal.
### From source
```shell
git clone https://github.com/msfjarvis/androidx-release-watcher
cd androidx-release-watcher
cargo install --path .
git clone https://github.com/msfjarvis/adx
cd adx
cargo install --path adx
```
## Usage