Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Mar 6, 2024
1 parent 4faf8f7 commit 6a951c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ Datalyzer is only intended to be used by JetBrains research participants.
*Linux/Mac*

```shell
# cd into the project directory to analyze
cd /path/to/gradle-project/

# download and unzip the latest datalyzer release
curl -LO https://github.com/adam-enko/gradle-datalyzer/releases/latest/download/datalyzer.zip
unzip datalyzer.zip
# run datalyzer:

# run datalyzer
./datalyzer/bin/datalyzer
```

Expand Down

0 comments on commit 6a951c4

Please sign in to comment.