diff --git a/README.md b/README.md index 7a7d3da..0e88a4d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ venmic - screenshare support for pipewire +> [!WARNING] +> This project is not intended for standalone usage. You need a modified discord client that makes use of this. + ## 📖 Usage _venmic_ can be used as node-module or as a local rest-server. diff --git a/server/main.cpp b/server/main.cpp index 142099f..93798e3 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -38,6 +38,11 @@ int main(int argc, char **args) } } + std::cout << "DISCLAIMER: This program is not intended for standalone usage. You need a modified discord client " + "that makes use of this." + << std::endl + << std::endl; + std::cout << std::format("Running on port {}\n", port); httplib::Server server;