From 7dcde32680d05468efca6de245a21677915b9f98 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 24 Jul 2022 08:34:15 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1623b805ac..fb85ff5691 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/inst or to install v3.1.0-beta.0 that supports accessing SimpleX servers via SOCKS5 proxy: ``` -curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/install.sh | sh -s -- v3.1.0-beta.0 +curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/install.sh | bash -s -- v3.1.0-beta.0 ``` Once the chat client is installed, simply run `simplex-chat` from your terminal.