Skip to content

Commit

Permalink
docs: Update a link for the struct link with a full list of configura…
Browse files Browse the repository at this point in the history
…tion options for ${HOME}/.finch/finch.yaml

At this time, the following "the struct here" link in README.md was
misplaced.

  ```
  For a full list of configuration options, check the struct here.
  ```

Therefore, this commit fixes the "the struct here" link to link the
correct struct code.

Signed-off-by: Hayato Kiwata <[email protected]>
  • Loading branch information
haytok committed Dec 4, 2023
1 parent 4d1e6cf commit 7fb7997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The installer will install Finch and its dependencies in its own area of your sy

Finch has a simple and extensible configuration. A configuration file at `${HOME}/.finch/finch.yaml` will be generated on first run. Currently, this config file has options for system resource limits for the underlying virtual machine. These default limits are generated dynamically based on the resources available on the host system, but can be changed by manually editing the config file.

For a full list of configuration options, check [the struct here](pkg/config/config.go#L30).
For a full list of configuration options, check [the struct here](pkg/config/config.go#L34).

An example `finch.yaml` looks like this:

Expand Down

0 comments on commit 7fb7997

Please sign in to comment.