From 6032caf1e428cc69b11c58f69456da2c89c2b385 Mon Sep 17 00:00:00 2001 From: revyte Date: Fri, 30 Jun 2023 20:56:56 +0200 Subject: [PATCH] Update README.md Missing "OutFile" to save the binaries. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54cc834d69..a545c8a23e 100644 --- a/README.md +++ b/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 ```