Skip to content

Commit 36eeea0

Browse files
committed
Fix installation command in readme
1 parent 45e3318 commit 36eeea0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ In order to perform this calculation, the Memory Calculator requires the followi
1212
The Memory Calculator prints the calculated JVM configuration flags (_excluding_ any that the user has specified in `--jvm-options`). If a valid configuration cannot be calculated (e.g. more memory must be allocated than is available), an error is printed and a non-zero exit code is returned. In order to **override** a calculated value, users should pass any of the standard JVM configuration flags into `--jvm-options`. The calculation will take these as fixed values and adjust the non-fixed values accordingly.
1313

1414
## Install
15-
go get -v github.com/cloudfoundry/java-buildpack-memory-calculator/v4
15+
16+
```sh
17+
$ go get -v github.com/cloudfoundry/java-buildpack-memory-calculator
18+
```
1619

1720
## Algorithm
1821

0 commit comments

Comments
 (0)