diff --git a/docs/tools/near-cli.md b/docs/tools/near-cli.md
index c4ff012f37c..f2a6e22b8a8 100644
--- a/docs/tools/near-cli.md
+++ b/docs/tools/near-cli.md
@@ -111,17 +111,22 @@ Copy/pasting can be a bit odd using `WSL`.
Another way for Windows users (not fully tested):
-1. Install node.js from https://nodejs.org/en/
-2. In cmd.exe run:
-```bash
+1. Install node.js from https://nodejs.org/en/
+2. In cmd.exe run:
+
+```bash
npm install -g near-cli
```
+
3. Set enviroment variable:
+
```bash
set NEAR_ENV=YOURNETWORK
```
+
By deffault cli used Testnet
-NOTE: in all comands with '{}' you need to replace spaces to \ in {}
+NOTE: in all comands with '{}' you need to replace spaces to \ in {}
+
---
### Update `near-cli` {#update-near-cli}
@@ -433,12 +438,12 @@ near generate-key example.testnet --seedPhrase="cow moon right send now cool den
#### 1) add a `full access` key {#1-add-a-full-access-key}
-- arguments: `accountId` `publicKey`
+- arguments: `accountId` `--access-key`
**Example:**
```bash
-near add-key example-acct.testnet Cxg2wgFYrdLTEkMu6j5D6aEZqTb3kXbmJygS48ZKbo1S
+near add-key example-acct.testnet --access-key Cxg2wgFYrdLTEkMu6j5D6aEZqTb3kXbmJygS48ZKbo1S
```
+ + Adding seed phrase as full access key = "cow moon right send now cool dense quark pretty see light after" to example-acct.testnet. + Transaction Id EwU1ooEvkR42HvGoJHu5ou3xLYT3JcgQwFV3fAwevGJg + To see the transaction in the transaction explorer, please open this url in your browser + https://explorer.testnet.near.org/transactions/EwU1ooEvkR42HvGoJHu5ou3xLYT3JcgQwFV3fAwevGJg + +
+