fix: add missing LLM agent installation link in Japanese README #500
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #457 - Adds missing LLM agent installation link to Korean and Japanese README files.
Problem
As identified by @ryush00, the Korean (README.ko.md) and Japanese (README.ja.md) versions mentioned "copy this link" but didn't provide the actual installation link, making it impossible for users to use the LLM agent installation method.
Changes
Verification
The added link matches the English version (README.md lines 227-232):
Now users can copy the link and paste it into their LLM agent for automated installation.
Summary by cubic
Added the missing LLM agent installation URL to the Japanese README, so users can copy the link and install via an agent. The URL matches the English README and is placed in a code block under the human installation guide.
Written for commit c3f3d1a. Summary will update on new commits.