Skip to content

Commit 67de99c

Browse files
committed
Update README
1 parent 6529e01 commit 67de99c

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,9 @@ All SDKMAN's BDD tests describing the CLI behaviour are written in Cucumber and
2323

2424
$ ./gradlew test
2525

26-
To perform development, you will need to have a JDK 8 or higher installed which can be obtained by running the following after installing SDKMAN:
26+
To perform development, you will need to have a JDK 11 installed which can be obtained by running the following after installing SDKMAN:
2727

28-
$ sdk install java
29-
30-
### Using Docker for tests
31-
32-
You can run the tests in a Docker container to guarantee a clean test environment.
33-
34-
$ docker build --tag=sdkman-cli/gradle .
35-
$ docker run --rm -it sdkman-cli/gradle test
36-
37-
By running the following command, you don't need to wait for downloading Gradle wrapper and other dependencies. The test reports can be found under the local `build` directory.
38-
39-
$ docker run --rm -it -v $PWD:/usr/src/app -v $HOME/.gradle:/root/.gradle sdkman-cli/gradle test
40-
41-
### Local Installation
42-
43-
To install SDKMAN locally running against your local server, run the following commands:
44-
45-
$ ./gradlew install
46-
$ source ~/.sdkman/bin/sdkman-init.sh
47-
48-
Or run install locally with Production configuration:
49-
50-
$ ./gradlew -Penv=production install
51-
$ source ~/.sdkman/bin/sdkman-init.sh
28+
$ sdk env install
5229

5330
## Contributors
5431

@@ -76,4 +53,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
7653
<a href="https://opencollective.com/sdkman/sponsor/6/website" target="_blank"><img src="https://opencollective.com/sdkman/sponsor/6/avatar.svg"></a>
7754
<a href="https://opencollective.com/sdkman/sponsor/7/website" target="_blank"><img src="https://opencollective.com/sdkman/sponsor/7/avatar.svg"></a>
7855
<a href="https://opencollective.com/sdkman/sponsor/8/website" target="_blank"><img src="https://opencollective.com/sdkman/sponsor/8/avatar.svg"></a>
79-
<a href="https://opencollective.com/sdkman/sponsor/9/website" target="_blank"><img src="https://opencollective.com/sdkman/sponsor/9/avatar.svg"></a>
56+
<a href="https://opencollective.com/sdkman/sponsor/9/website" target="_blank"><img src="https://opencollective.com/sdkman/sponsor/9/avatar.svg"></a>

0 commit comments

Comments
 (0)