From afd21b638695cd7de8624b789f7d732c7179aeb4 Mon Sep 17 00:00:00 2001 From: Altcoin Cash Date: Thu, 23 Mar 2023 14:28:04 +0100 Subject: [PATCH] Updated windows oneliner Need ./ to run command in directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e07c4..4915c12 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ git clone https://github.com/TeaPartyCrypto/Tea.git && cd Tea && cd release && x Windows: ``` -git clone https://github.com/TeaPartyCrypto/Tea.git && cd Tea && cd release && start http://localhost:8081 && windows.exe +git clone https://github.com/TeaPartyCrypto/Tea.git && cd Tea && cd release && start http://localhost:8081 && ./windows.exe ```