Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ scripts/enrich.sh
Rust, go, cmake, and friends should be installed. For a list of required installation items, please look at `flake.nix#nativeBuildInputs`.
If you use Nix, you're in luck! Just do `direnv allow`, and you're good to go.

[Ensure you have setup](https://docs.near.org/tools/near-cli-rs) `near-cli`.
[Ensure you have setup](https://docs.near.org/help#-cli) `near-cli`.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Nit: fix grammar and link text.

Use the verb phrase "set up" instead of the noun "setup", and embed the CLI name in the link text for clarity.

- [Ensure you have setup](https://docs.near.org/help#-cli) `near-cli`.
+ [Ensure you have set up `near-cli`](https://docs.near.org/help#-cli).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
[Ensure you have setup](https://docs.near.org/help#-cli) `near-cli`.
[Ensure you have set up `near-cli`](https://docs.near.org/help#-cli).
🤖 Prompt for AI Agents
In README.md at line 150, replace the phrase "Ensure you have setup" with
"Ensure you have set up" to use the correct verb form, and update the link text
to explicitly include "near-cli" for clarity, such as "Ensure you have set up
near-cli".

For the Makefiles to work correctly, you need to have the `near-cli-rs` version of NEAR-CLI.
Make sure you setup some keys for your contract, the documentation above should help.
You can write these down, or query these from `~/.near-credentials/**` later.
Expand Down