update gifs for larger font; readme fixes (#103)

* update gifs for larger font; readme fixes

* return articles

* return articles
This commit is contained in:
Efim Poberezkin
2021-09-12 14:20:13 +01:00
committed by GitHub
parent 43fc819f77
commit 2bf6d08a16
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ welcomeGetOpts :: IO ChatOpts
welcomeGetOpts = do
appDir <- getAppUserDataDirectory "simplex"
opts@ChatOpts {dbFile} <- getChatOpts appDir
putStrLn "SimpleX chat prototype v0.3.1"
putStrLn "SimpleX chat prototype v0.4.0"
putStrLn $ "db: " <> dbFile <> ".chat.db, " <> dbFile <> ".agent.db"
putStrLn "type \"/help\" or \"/h\" for usage info"
pure opts