Skip to content

Fix installation command in readme #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ In order to perform this calculation, the Memory Calculator requires the followi
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.

## Install
go get -v github.com/cloudfoundry/java-buildpack-memory-calculator/v4

```sh
$ go get -v github.com/cloudfoundry/java-buildpack-memory-calculator
```

## Algorithm

Expand Down