Skip to content

Commit 39f6269

Browse files
authored
Update README.md
1 parent 6d92164 commit 39f6269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Setup
44

5-
* Copy the Example.config file and add your general information. You also need to set your default room.
65
* run "cargo r" or "sechat-rs" and enjoy
76
* If no config is found a default config will be created, which you can fill in.
87
* a "-c" Option for console exists, if none is proveded it will default to XDG default paths.
9-
* Logs will be written to "dev.log". This is so we dont write log output into the ncurses UI.
8+
* Logs will be written to "dev.log". This is so we dont write log output into the terminal UI.
109

1110
## Logs
1211
Logs will stored in the related XDG data dir.
1312
You can suppress both app log output and json dumping of failed http requests through the config.
1413
The chat history goes into the data dir as well.
14+
Your full chat history is stored unencrypted on disk!
1515

1616
## Controls
1717

@@ -36,7 +36,7 @@ Use "?" to get to the help screen.
3636

3737
## Bugs and Todos
3838
Please open issues in the issue tracker.
39-
A list of outstanding freatures is also kept there.
39+
A list of planned and requested freatures is also kept there.
4040

4141
## Sponsors
4242
Thanks to [emlix gmbh](https://github.com/emlix) for allowing [@tofu](https://github.com/tofubert) and other so spend some of their work time to tinker with this.

0 commit comments

Comments
 (0)