Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Found that just simply pointing SDKMAN to the checked out code dir did not work. So instead figured out what SDKMAN expected in the directory and found where in the project that was generated and updated the instructions accordingly.
  • Loading branch information
zendern authored Sep 1, 2019
1 parent 2278f35 commit 1e82e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ Then install SDKman, which is the quickest way to set up a development environme
Once you have SDKman installed, point SDKman to your local development version of Micronaut.

```
sdk install micronaut dev /path/to/checkout
cd /path/to/checkout/cli/build/distributions/
unzip micronaut-*.zip
sdk install micronaut dev /path/to/checkout/cli/build/distributions/<unziped directory name>
sdk use micronaut dev
```

Expand Down

0 comments on commit 1e82e8b

Please sign in to comment.