aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-18 23:52:33 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-19 00:06:08 +0200
commit9e529f8e88fdce04118a5bd7eb3b53369ea72421 (patch)
tree37f097570ba58c162808792adfd55e33a21291a7 /README.md
parent16f091d587d6e16cecb468e041e4a2f138901be0 (diff)
WIP: FIX p2p
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d916aa6..6cafe51 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ boost, libnsgif, mpv, sfml, curl
# Building
Using [sibs](https://github.com/DEC05EBA/sibs) run `sibs build --release` in the root directory of the project and then run dchat using `./sibs-build/<platform>/release/dchat`
# TODO
-Use a http(s) library to download content (curl?) and stream gif. If content is html, then stop downloading after we have retrieved title, header image and paragraph
+Use a http(s) library to download content (curl?) and stream gif. If content is html, then stop downloading after we have retrieved title, header image and paragraph.\
+Use std::search for StringView find
# Screenshot
![Sample screenshot](screenshot.png)