Skip to content

Commit

Permalink
Improves pasteable commands (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares authored Mar 26, 2024
1 parent 256df10 commit 5d41619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exiting with success otherwise.
Installing from [crates.io](https://crates.io) (requires Rust/Cargo):

```bash
$> cargo install gwv
cargo install gwv
```

More install methods to come! Stay tuned!
Expand All @@ -41,19 +41,19 @@ More install methods to come! Stay tuned!
On-off execution (current folder)

```bash
$> curl https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run.sh | bash
curl -sSf https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run.sh | bash
```

On-off execution (custom folder)

```bash
$> curl https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run.sh | bash -s -- <path/to/folder>
curl -sSf https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run.sh | bash -s -- <path/to/folder>
```

If installed with Cargo (or other)

```bash
$> gwv --path <path/to/gradle/projects>
gwv --path <path/to/gradle/projects>
```

## License
Expand Down
File renamed without changes.

0 comments on commit 5d41619

Please sign in to comment.