Browse Source

chore: iwp -> iwr

pull/3410/head
Wing-Kam Wong 2 years ago
parent
commit
653d5cdbd4
  1. 2
      .github/workflows/release-pr-v2.yml
  2. 2
      .github/workflows/release-pr.yml
  3. 4
      README.md
  4. 4
      packages/noco-docs/content/en/getting-started/installation.md

2
.github/workflows/release-pr-v2.yml

@ -119,7 +119,7 @@ jobs:
# #### Windows
# ```bash
# iwp http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
# iwr http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
# .\Noco-win-arm64.exe
# ```

2
.github/workflows/release-pr.yml

@ -119,7 +119,7 @@ jobs:
#### Windows
```bash
iwp http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
iwr http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
.\Noco-win-arm64.exe
```

4
README.md

@ -170,13 +170,13 @@ curl http://get.nocodb.com/linux-arm64 -o nocodb -L && chmod +x nocodb && ./noco
##### Windows (x64)
```bash
iwp http://get.nocodb.com/win-x64
iwr http://get.nocodb.com/win-x64.exe
.\Noco-win-x64.exe
```
##### Windows (arm64)
```bash
iwp http://get.nocodb.com/win-arm64
iwr http://get.nocodb.com/win-arm64.exe
.\Noco-win-arm64.exe
```

4
packages/noco-docs/content/en/getting-started/installation.md

@ -103,13 +103,13 @@ curl http://get.nocodb.com/linux-arm64 -o nocodb -L \
##### Windows (x64)
```bash
iwp http://get.nocodb.com/win-x64
iwr http://get.nocodb.com/win-x64.exe
.\Noco-win-x64.exe
```
##### Windows (arm64)
```bash
iwp http://get.nocodb.com/win-arm64
iwr http://get.nocodb.com/win-arm64.exe
.\Noco-win-arm64.exe
```

Loading…
Cancel
Save