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:
Efim Poberezkin
2021-02-16 01:01:46 +04:00
parent be17af4321
commit 0ef6e4e26a

View File

@@ -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)
)