mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-17 11:15:51 +00:00
add instructions on how to run chat client to README (#43)
* add instructions on how to run chat client to README * wording * wording * corrections to the manual Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ chatOpts =
|
||||
( long "server"
|
||||
<> short 's'
|
||||
<> metavar "SERVER"
|
||||
<> help "SMP server to use (localhost:5223)"
|
||||
<> help "SMP server to use (smp.simplex.im:5223)"
|
||||
<> value (SMPServer "smp.simplex.im" (Just "5223") Nothing)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user