Skip to content

Commit fdf02a8

Browse files
authored
Bin loc win (#3269)
* update win bin location * update win bin location
1 parent 09e9a2c commit fdf02a8

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

reports/llms-report.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-12-08T23:38:57.949Z",
2+
"startedAt": "2025-12-09T14:01:39.057Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 83,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 651595,
10-
"prevBytes": 651667,
11-
"deltaBytes": -72
9+
"bytes": 651615,
10+
"prevBytes": 651595,
11+
"deltaBytes": 20
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 78,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 607098,
18-
"prevBytes": 607170,
19-
"deltaBytes": -72
17+
"bytes": 607118,
18+
"prevBytes": 607098,
19+
"deltaBytes": 20
2020
},
2121
{
2222
"section": "vrf",
@@ -87,8 +87,8 @@
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
8989
"bytes": 338205,
90-
"prevBytes": 331970,
91-
"deltaBytes": 6235
90+
"prevBytes": 338205,
91+
"deltaBytes": 0
9292
},
9393
{
9494
"section": "architecture-overview",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-08T23:39:02.321Z"
126+
"finishedAt": "2025-12-09T14:01:43.169Z"
127127
}

src/content/cre/getting-started/cli-installation/windows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This script will:
5656

5757
- Download the correct binary for Windows
5858
- Verify the binary's integrity
59-
- Install it to `$HOME/.cre`
59+
- Install it to `$env:LOCALAPPDATA\Programs\cre`
6060
- Make the binary executable
6161

6262
After the script completes, **open a new PowerShell window** and verify the installation:

src/content/cre/llms-full-go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ This script will:
766766

767767
- Download the correct binary for Windows
768768
- Verify the binary's integrity
769-
- Install it to `$HOME/.cre`
769+
- Install it to `$env:LOCALAPPDATA\Programs\cre`
770770
- Make the binary executable
771771

772772
After the script completes, **open a new PowerShell window** and verify the installation:

src/content/cre/llms-full-ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ This script will:
766766

767767
- Download the correct binary for Windows
768768
- Verify the binary's integrity
769-
- Install it to `$HOME/.cre`
769+
- Install it to `$env:LOCALAPPDATA\Programs\cre`
770770
- Make the binary executable
771771

772772
After the script completes, **open a new PowerShell window** and verify the installation:

0 commit comments

Comments
 (0)