Browse Source

Update README.md

Missing "OutFile" to save the binaries.
pull/5995/head
revyte 1 year ago committed by GitHub
parent
commit
6032caf1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

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

Loading…
Cancel
Save